Pro soubor functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Používání
Použijte (rok) ve svých příspěvcích.
Pro soubor functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Použijte (rok) ve svých příspěvcích.