Forums

Display the date and time? (4 posts)

  1. cynthiawinters
    Member
    Posted 2 years ago #

    My wordpress themes date and time for each post somehow got deleted.

    How do I display date and time in each post? here is my site:
    freenewwebsitetraffic.com

  2. MichaelH
    Volunteer
    Posted 2 years ago #

  3. cynthiawinters
    Member
    Posted 2 years ago #

    Thanks so much Michael =)

    You have pointed me in the right direction, hehe. I read the template time WordPress tutorial, however they did not specify on where to put the code. Should I add it to my pages.php / singles.php / or?

    And also, where in the page should I put this code?

  4. Rev. Voodoo
    Volunteer Moderator
    Posted 2 years ago #

    depends where you want it to show.

    index.php for your posts page
    page.php for single pages
    single.php for individual post page
    etc

    This is a generalization.....theme's can be unique
    where you put the code depends on where you want it displayed
    Mine is next to my categories for instance

    <div class="date"><span>Posted by <?php the_author_posts_link(); ?> under <?php the_category(', '); ?> on <?php the_time('F j, Y'); ?> at <?php the_time('g:i a'); ?></span></div>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.