Hello Is it possible to change the order of the posts on the homepage? I don’t necessarily want most recent to be first. If this is done with sticky posts, how can I remove the ‘featured’ button that’s there at the moment? Thank you
Hi Emily, No you can’t orderthe posts on the homepage. Latest post will be displayed at the top.
Go to Dashboard > Customize > Additional CSS and paste below code to remove the ‘featured button’
.post-main .sticky .sticky-post { display: none; }
Thank you
You welcome Emily