Archived topic
How to add last updated time stamp on single blog post
4 replies · Started by Dev on December 18, 2020
Hello,
I want the last updated time stamp on the single blog post, like the one below screenshot has.
Please also check the below image screenshot.
Hi,
You can try following or brief documentation on how to show "Updated" date.
https://docs.generatepress.com/article/show-the-updated-post-date/
Let us know if you need further help.
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.
Hello,
The last update timestamp is coming only on the below post, NOT on the blog's whole post.
https://www.staging.diveshtechanalysis.com/blog/five-trading-mistakes-traders-make/
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?