Archived topic
How to display Last Updated date on pages and posts
21 replies · Started by Amit on January 31, 2018
Try this CSS:
.home .posted-on {
display: none;
}
'by Amit' remains there at Home page! That should also be removed.
To remove all of the meta, you would do this:
.home .entry-meta {
display: none;
}
Hello Leo, I want to display ‘Last Modified’ date on single page and on home page seen by normally date format like 14 august 2018.
Have you tried this?
https://docs.generatepress.com/article/show-the-updated-post-date/
If this doesn't help any chance you can open a new topic for your question?
Hey tom, the code above is working fine but i want the date to be auto-updated everyday.
Can you provide me a code, so that every day the date of my pages(pages only) automatically gets updated with new dates.
Regards Ranjit
Hi Ranjit
can you raise a new topic please.