How to order pages wordpress
I was using the plugin My Page Order to order my pages, I then turned off all my plugins and then tur开发者_StackOverflow社区ned them back on but now its not working anymore. Does any one know how to order pages in wordpress?
Heres the url http://satbulsara.com/luke-irwin/rugs/animals/
Thanks,
Sat
There is already a way to do that when you edit pages in wordpress. Take a look at this image.In the bottom right hand corner you'll see a box that says "order" with a zero in it. You can change that number to whatever you want and the pages will sort by that number ascending order.
You should also take a look at the files in your theme and locate the wp_list_pages function that is used to render the menu you're looking at. That function takes a 'sort_column' argument that can override your menu order. Removing / modifying that argument will help you.
精彩评论