Forums

What is the PHP Code to List Publish Date? (3 posts)

  1. TransPersonal
    Member
    Posted 3 years ago #

    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.

  2. protist
    Member
    Posted 3 years ago #

    <?php the_time('F jS, Y') ?>
    http://codex.wordpress.org/Template_Tags/the_time
    Is this what you mean?

  3. TransPersonal
    Member
    Posted 3 years ago #

    Yup, thanks a lot protist!

Topic Closed

This topic has been closed to new replies.

About this Topic