Post Date

Posted in: Newspaper
Post count: 17

Hi, is there a way to change the date on posts to “1 hour ago”, “1 day ago” etc?

Post count: 23312

Hello eduardopfreire,

If you want to change the structure of the post date, you have to alter a bit the core file. You have to use this snippet of the code <?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago'; ?> and add it in loop-single file according with post template used like this -> http://screencast.com/t/lvlTAetg10o2 and the result you should see here -> http://screencast.com/t/jOfns1UptQ

Hope this helps and let us know how it goes!

Thank you for the message!

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