Note: To use this footer template, copy the parent row to a new Kadence content element and select ‘replace footer’ in the placement settings and ‘entire site’ in the display settings.
The copyright year uses a shortcode to automatically update. You will need to paste the following PHP function into your child theme functions.php file or a code snippets plugin for the date to display via the shortcode:
function current_year() {
$year = date(‘Y’);
return $year;
}
add_shortcode(‘year’, ‘current_year’);
Don’t forget to choose your menus in the navigation blocks, hook up your form to your email service provider, and update the social profile links.