Site logo

Archived topic

How to add last updated time stamp on single blog post

4 replies · Started by Dev on December 18, 2020

Viewing posts 1–5 of 5

Hello,

I want the last updated time stamp on the single blog post, like the one below screenshot has.

http://prnt.sc/w5cq5p

Please also check the below image screenshot.

http://prnt.sc/w5crro

Hello,

I added the below CSS, but still, it is not showing. I got this CSS from the page you had told me above.

.posted-on .updated {
display: inline-block;
}

.posted-on .updated + .entry-date {
display: none;
}

.posted-on .updated:before {
content: "Last Updated ";
}

It will be great if you can tell me exactly what I've to add.

The last update timestamp is coming only on the below post, NOT on the blog’s whole post.

Sorry I don't quite understand this.

Can you explain a bit more?

This archived topic is closed to new replies.