Archived topic
How to show post update date to visitors instead of post published date?
3 replies · Started by Jemee on May 26, 2018
Viewing posts 1–4 of 4
Hi,
It's important for me. I want to show post update date to my visitors. I don't want my visitors to see the post published date. Help me to fix this and of course need to put schema "update" class.

Thank You
Hi there,
This should help: https://docs.generatepress.com/article/show-the-updated-post-date/
Let me know.
Thank you so much. It works but need to change some code.
Here are the codes which work for me.
.published {
display: none;
}
.updated:before {
content: "Last Updated ";
}
.updated {
display: inline-block !important;
}
Awesome.
Glad you figured out!
This archived topic is closed to new replies.