Add time to post including 'Time last modified'

Posted in: Newspaper
Post count: 181

Hello,

How can i add the time published and ‘Time last modified’ next to the date on each post?

I found the functions here on WordPress.org (http://codex.wordpress.org/Function_Reference/the_modified_time), but how do i add this to newspaper theme?

Example: When i publish each post it shows the time it was published along with the date (12 hour)?

Thank you 🙂

Post count: 9544

Do search in forum as somebody had solution for that , last month… Sorry i dont have link handy

Post count: 6600

Hi,


@Gee95
Chose the time type and add it inside your post template, like this: http://screencast.com/t/IpDJUlVzaG
Result: http://screencast.com/t/9LdloRYlfrTu
This is the css used, the ex is for the default template.

.meta-info p {
display: inline;
}

header time {
margin-right: 20px !important;
}

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.