Add this function in the functions.php file.
function current_year() {
$year = date('Y');
return $year;
}
add_shortcode('year', 'current_year');7 Yoast SEO is one of the most popular WordPress plugins used to optimize your website for search engines (Google) without needing deep ...
No comments:
Post a Comment