the manual order you set in the back-end will only reflect on the front-end if you select ‘yes’ in the radio button below the select dropdown taxonomy term in your admin page (see screenshot #2).
It’s already been selected, still not working.
are you using a custom query using get_posts on your front-end?
Yeah, when using get_posts the posts are not ordered in the way it’s ordered in the backend.
I too facing the same issue. So I don’t want to create a new topic.
Kindly provide a solution.
indeed, get_posts will suppress filters by default and hence your frontend posts will not show. Please read this answer in this thread to understand how to fix this.
Hi,
Thank you very much for your response.
I have added suppress_filters value as false. But still, my post order is not the same as the order that I have sorted.
Is there any other solution?
Thanks for your help. And hoping for your reply.
have you actually select the ‘yes’ radio button at the top of the order page to enable your manual order on the front-end? (see screenshot #2)
it is also possible that you have another ordering plugin installed which is causing a conflict?
A number of possible issues with front-end ranking have been resolved. FAQ #10 has some more specific details to make sure you your posts are ranked properly in the front-end.