I am posting some content which is old and which I don't know the exact date of release.
Thus for every post dated older than 2003 I would like my Wordpress to only display the Year, and not "August 15, 1994 at 11:54 am".
This is the code that I have in the index.php of the theme that I am using:
<p class="postmeta">
<?php the_time('F j, Y') ?> <?php _e('at'); ?> <?php the_time() ?>
How do I do a "if the_time is older than specificdate then only display Y".
Thanks for your help!