Add this function in the functions.php file.
function current_year() {
$year = date('Y');
return $year;
}
add_shortcode('year', 'current_year');Want to make your WordPress site faster, smarter, and more powerful? Plugins are the secret weapon that can transform a basic blog into a pr...
No comments:
Post a Comment