Per il file functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Utilizzo
Usa (anno) nei tuoi post.
Per il file functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Usa (anno) nei tuoi post.