Forums

[resolved] Putting the date on each entry (3 posts)

  1. candacen
    Member
    Posted 5 years ago #

    I was wondering if there was a tricky way to get the date on each entry. This is what my code looks like right now.. but if I post more than one entry per day, it only puts the date on the latest entry, not ALL of them.

    '<div class="comment">Written by: <?php the_author() ?> - <?php the_date('','',''); ?> <?php the_time() ?> - <?php _e("tags:"); ?> <?php the_category(',') ?></div>'

  2. whooami
    Member
    Posted 5 years ago #

    you have to use a variation of <?php the_time() ?> for that.

    see this : http://wordpress.org/support/topic/229?replies=8
    and the codex: http://codex.wordpress.org/Template_Tags/the_time for more info.

  3. candacen
    Member
    Posted 5 years ago #

    Thank you SO much!! It totally solved my problem :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags