Archived topic
how to display latest updated post on the top home page
3 replies · Started by Immi on January 19, 2019
hello David Sir, how to display latest updated post on the top home page, For example, I want to do some changes in an old post, and after changes have done Post updated, then it should be shown on the top of the home page
Hi there,
Give this a shot:
https://docs.generatepress.com/article/show-the-updated-post-date/
Hi Leo
The date is showing well on post/pages, but the problem is I want to show the latest updated post on the top of home page, for example, I have updated an old post today but it Appearing on the bottom of the home page and I want it to display on the top of the home page.
Before it was working fine for me but not working now.
.single .posted-on .updated:before {
content: "Last Updated on ";
font-size: 12px;}
.posted-on .published {
display: none; }
.posted-on .updated {
display: block;
font-size: 12px;}
Can I know what missing from me?
Are you talking about the actual order of the posts?
That's controlled by WordPress itself and not GP.
Maybe this would help?
https://wordpress.stackexchange.com/questions/154595/how-do-i-order-posts-by-modified-date