• Resolved undressmerobot

    (@undressmerobot)


    Problem page: https://www.undressmerobot.com/umrpress/?cat=6

    I have the date called using <?php the_date(); ?>, and it works fine, but only for the first post on each page. (There are five posts per page, so four out of five have no date listed.)

    I also noticed that the date will show up for two or more posts, but only if those posts are published on different dates. For instance, only the most recent October 27 post will have its date listed on the page, and only the most recent October 26 post, and so on.

Viewing 1 replies (of 1 total)
  • the_date() will show the date once for each day no matter how many posts are on that day.

    the_time() will show the date for each individual post.

    The latter is probably what you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Date only shows once per page’ is closed to new replies.