Za datoteko functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Uporaba
Uporabite (leto) v svojih objavah.
Za datoteko functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Uporabite (leto) v svojih objavah.