Free Beautiful Css templates, Web designer tricks from expert
For the functions.php file:
function year_shortcode() { $year = date('Y'); return $year; } add_shortcode('year', 'year_shortcode');
Use [year] in your posts.
No comments:
Post a Comment