Order posts with newst post first

  • Unknown's avatar

    I need to get my posts on the home screen going from newest first down to oldest.

    Currently it shows the oldest post first.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Howdy!

    Currently, there isn’t a default option to switch the order of posts; they’ll display with the newest posts on top by default. However, you can achieve this by setting a static front page following the instructions here:

    Set the Homepage

    Then, on that page, you would need to insert the Display Post shortcode explained here:

    Display Posts Shortcode

    The exact shortcode would be something similar to this:

    [display-posts order="ASC"]

    You could use the modifiers in the support doc linked above to add excerpts and other features.

    Can you give that a try and let me know if you run into trouble?

  • The topic ‘Order posts with newst post first’ is closed to new replies.