Hi guys,
I want to list the publish date on my Posts, what is the code for this? I already listed the category by using this code:
<?php the_category (' / '); ?>
So I'm guessing the code to display publish date would be something similar.
Hi guys,
I want to list the publish date on my Posts, what is the code for this? I already listed the category by using this code:
<?php the_category (' / '); ?>
So I'm guessing the code to display publish date would be something similar.
<?php the_time('F jS, Y') ?>
http://codex.wordpress.org/Template_Tags/the_time
Is this what you mean?
Yup, thanks a lot protist!
This topic has been closed to new replies.