welcome
I’m Kati Whitney.
I am an Operations and Systems Specialist for female entrepreneurs and agency owners.
I help my clients get out of the weeds of their business, allowing them to concentrate on their goals and build a business that brings them joy!
? Don’t want to have to remember to update the year on all of your landing pages? Add PHP code to your child theme functions.php file or a Code Snippets plugin. Add the following code to update the copyright year automatically:
function current_year() {
$year = date(‘Y’);
return $year;
}
add_shortcode(‘year’, ‘current_year’);