Za datoteku functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Upotreba
Koristite (godina) u svojim postovima.
Za datoteku functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Koristite (godina) u svojim postovima.