The archives
php
A recent project required that the post date show the year only if it wasn’t written in the current year. Here’s how it’s done with WordPress: [php] <span class="date"> <?php if ( get_the_time(‘Y’) == date(‘Y’))…
A recent project required that the post date show the year only if it wasn’t written in the current year. Here’s how it’s done with WordPress: [php] <span class="date"> <?php if ( get_the_time(‘Y’) == date(‘Y’))…