Archived topic
How to show "Last updated on" date at the beginning of each blog post?
3 replies · Started by Sandra on March 10, 2019
Usually it shows the post date, author name, category, tags etc at the beginning of each blog post. But, instead of post date, I like to show "Last Updated on" date. So, whenever I update any post, my audience can see when the post is last updated. How can I do this?
Hi there,
This should help: https://docs.generatepress.com/article/show-the-updated-post-date/
Let me know :)
Where should I paste this code?
.posted-on .updated {
display: inline-block;
}
.posted-on .updated + .entry-date {
display: none;
}
Hi there,
it is CSS, this article provides the options: