robinkbh
Member
Posted 2 years ago #
Hi all experts,
I have made a few (say 10) postings as admin. These postings are displayed according to the latest date on the top.
Is there a way I re-order them ? Say I want posting number 5 to be at position 7. And posting 6 to be in position 3 ?
Is that possible ?
Thanks
It's not possible to order posts on an ad-hoc basis in a similar manner to the ordering of Pages in menus. Post order options with query_posts are:
- author
- date
- title
- modified
- menu_order
- parent
- ID
- rand
- meta_value
robinkbh
Member
Posted 2 years ago #
Thanks esmi for your confirmation.
I just did that myself, by changing the post date. Seemed to work. There is an option to change the date on the right of your post dashboard interface. Hope that helps.