• Resolved badtourgirl

    (@badtourgirl)


    Hi there.. sorry if this has been answered.

    I am running the theme Sliding Door 1.8.7 on my fan site badtourgirl.com and for some reason none of my post have dates or times.

    When I actually looked at the template before downloading, I don’t see it either, so I am wondering if it may be the nature of the theme – but I would like to add to the CSS – but not sure how to or if I can.

    Any assitance would be appreciated!

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • It should be as straight forward as using either the the_date() or the the_time() template tags inside the loop.

    For more info, see the Template Tags page

    Try:

    <?php the_time(get_option('date_format')); ?>

    Thread Starter badtourgirl

    (@badtourgirl)

    Thank you so much askon6mm it worked.. when I posted it on the CSS it didn’t, so maybe I didn’t put it in the right place – but I put it on the single.post template and it works when looking at each individual single post – but it does not work if you see them listed in groups – which is okay – but I wonder why??

    Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Date and Time not appearing’ is closed to new replies.