• Hello,
    Im relatively new to wordpress and have started skinning my own theme but ive run into an odd problem (well I think it’s a problem). The skin im working on can be seen at http://www.genesisextreme.com/wordpress .Ive been working on trying to get the news posts to show up the way I want and noticed that for posts on the same day the date is not shown. Is this normal or did I screw something up along the way?
    Any help would be greatly appreciated.

    Thanks

    – Griffin

Viewing 2 replies - 1 through 2 (of 2 total)
  • the_date has a special clause that basically makes it only appear once per day. To get around this, you need to use the_time.

    for example <?php the_time('F jS, Y') ?> will display as

    June 23, 2007

    Thread Starter griffin0991

    (@griffin0991)

    That seems to have done it.

    Thanks for the help 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Date not showing on News posts’ is closed to new replies.