[Support request] how to display latest updated post on the top home page

Home Forums Support [Support request] how to display latest updated post on the top home page

Home Forums Support how to display latest updated post on the top home page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #786332
    Immi

    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

    #786598
    Leo
    Staff
    Customer Support
    #786773
    Immi

    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?

    #787221
    Leo
    Staff
    Customer Support

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.