Add this function in the functions.php file.
function current_year() { $year = date('Y'); return $year; } add_shortcode('year', 'current_year');
View this post on Instagram A post shared by WebCodeAddict (@webcodeaddicted)
No comments:
Post a Comment