Site logo

Archived topic

how to display latest updated post on the top home page

3 replies · Started by Immi on January 19, 2019

Viewing posts 1–4 of 4

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 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?

This archived topic is closed to new replies.