• Resolved spyece99

    (@spyece99)


    I have added the template tag <?php the_date() ?> in the post loop in probably proper place but the post created date is showing only for the first post, rest of the post are not grabbing the post created date, i would really appreciate if anyone can help me fix this.

    Live Theme URL : http://testbox.co.cc/wp/

    Here is Download Link CLICK HERE for the Theme, its not ready yet also sorry but the theme is quite messy as this is my first wordpress theme coding attempt.

    Thanks in Advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • go to ur browser … view source and search for the dates … maybe u have to add a word like posted on before the date …

    when u find 1 date only then I can not help

    if u find there are many but u see only 1 then it is css thing

    try to have it inside div or span

    good luck

    Thread Starter spyece99

    (@spyece99)

    Oh done, its fixed. Used this tag
    <?php the_time(‘F jS, Y’) ?> instead of <?php the_date() ?>
    and now its working fine,

    anyways thanks for the help 🙂

    great

    good luck

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Created Date Showing only for First Post.’ is closed to new replies.