Fruitcake soufflé carrot cake carrot cake chupa chups dessert halvah. Topping toffee tiramisu pudding jelly beans fruitcake. Tiramisu gummi bears caramels icing chocolate bar chocolate sweet roll.

Join Our Tribe

Join my email list for free weekly tips and strategies on how to [accomplish this thing].

© [year] Business Name. All Rights Reserved | By DIY Dream Site

Don’t want to have to remember to update the year on all of your landing pages? You can add PHP code into 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’);