Til filen functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Anvendelse
Brug (år) i dine indlæg.
Til filen functions.php:
function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');
Brug (år) i dine indlæg.