How to show the time of the article as well as the date?

Posted in: Newspaper
Post count: 13

At the top of all my articles the date it was published shows, how do I get it to show the time of publication too?

Thanks

Post count: 22421

Hello,

Our theme only grabs the date from the wordpress settings, but not the time. There is a trick you can make to add the time along with the date though.
You can add the time in the custom date setting like so: F j, Y, g:i A : http://screencast.com/t/vkDY3VK2o and now you will have something like this: http://screencast.com/t/xbt8qgRy7k6s

Thank you!

Post count: 13

Thank you

Post count: 11

I tried the above and it did not work. So I did the following :

Replaced <?php echo $td_mod_single->get_date(false);?> with <?php echo the_date(‘d F Y G:H:s A’); ?>

The change is made in /wp-content/themes/Newspaper/loop-single.php or in loop-single-X.php (where X is the number of the model you use).

NOTE: I’ll strongly suggest that you backup a copy of the file before modifying it.

KSangoyah

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.