Changing Timestamp

Posted in: Newspaper
Post count: 89

Hi,

I would like to change the date function to human time diff like ‘3 Hours Ago’

https://codex.wordpress.org/Function_Reference/human_time_diff

How would i do this?

Post count: 89

Also how can i move the post pagination to center rather than to the left?

Post count: 7909

Hi,

You can edit each post template that you use (edit loop-single or single_template depending which post style you use) and replace the date with you custom code – http://screencast.com/t/lTeeQQBFE5R

Try to use this custom css in Theme Panel > Custom Css – http://screencast.com/t/qXk5ugtGU

.page-nav-post {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
width: auto;
}

Thanks!

Post count: 89

Hi,

I didn’t just want to change time format on post, i also wanted to change it on blocks, etc..

sorry for the confusion.

Regards,

GLenn

Post count: 7909

Hi,

You need custom modifications, here you can find the date function for modules if you want to modify it – http://screencast.com/t/MGkPR72STi and also this used on each module – http://screencast.com/t/2CZqCpgnq
I suggest to hire a professional developer to do this for you if you don’t have basic php experience as we cannot provide any type of custom work at this time, sorry!

Thanks!

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