Change the order of my posts on the homepage
- The topic ‘Change the order of my posts on the homepage’ is closed to new replies.
Need help? Check out our Support site, then
Is it possible to change the order of the posts on the homepage?
Thank you!
The blog I need help with is: (visible only to logged in users)
Hello,
Do you wish to randomize posts or you need to reverse their order?
Thank you,
– Djordje
Possibly reverse…. But best just change the order they are in?
Hello,
If you wish to display posts in reverse order, you will need to create separate page and to include this shortcode to page:
[display-posts posts_per_page="-1" include_date="true" order="ASC" orderby="date"]
In order to display this page as homepage, you will need to change theme reading settings.
Login into admin panel (You can get to this dashboard by adding /wp-admin to the end of your site’s url (e.g.: example.wordpress.com/wp-admin)), and go to Settings → Reading. Set theme to read static page. From dropdown select previously created page with the shortcode. Save changes.
Thank you,
– Djordje