I'm looking for something like:
<?php echo single_cat_title(); ?>
But the above is to display the category. What is the piece of code to display the year? Forgive me if this has already been covered but I searched the codex but couldn't find it.
I'm looking for something like:
<?php echo single_cat_title(); ?>
But the above is to display the category. What is the piece of code to display the year? Forgive me if this has already been covered but I searched the codex but couldn't find it.
<?php the_time('Y'); ?>
Thank You so much mmuro, it worked!
You must log in to post.