• How come some dates are shown in full, and some are only showing the time in hours and minutes?? It’s the same code…
    https://www.xipe.nu/
    Posts that are missing dates:
    Action Figures and The Emperor’s New Clothes
    The thing is that the date is showing once you click on the permalink (the date is the permalink) or the category link, but not before… (still the same code as on the front page)
    What’s up?

Viewing 2 replies - 1 through 2 (of 2 total)
  • the_date only shows one date. so if two posts are on the same date it will only show the date on the first post. So use the_time instead of the_date.
    use this: <? the_time('Y - m - d'); ?>

    Thread Starter xipe

    (@xipe)

    Ah, of course! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Irratic dates displayed’ is closed to new replies.