Set the order of WordPress Pages

Using WordPress, we can make non-post content easily. This non-post content is known as “Pages“. It is also easy to display the created pages, using wp_list_pages template tag. We can also manage the order of pages — when displayed in our blog — using sort_column argument inside wp_list_pages. For some people, it should be easy. But, can we do that in easier way? Yes, we can.
There is a plugin called My Page Order. It will help us reorganize our pages, especially when we have many pages. We can do it using drag-and-drop interface.
We can also manage the page order of sub-pages (if any). I use this plugin for my blog (using WordPress 2.5.1), and it looks good.


Comments

One response to “Set the order of WordPress Pages”

  1. Where can I find this wp_list_pages?