Yıl Kısa Kodu - CSS Hileleri

Anonim

Functions.php dosyası için:

function year_shortcode() ( $year = date('Y'); return $year; ) add_shortcode('year', 'year_shortcode');

Kullanım

Gönderilerinizde (yıl) kullanın.