I'm looking for a wordpress plugin that will allow me to edit the order of pages being displayed. For example by default the following code: <ul> <?php wp_list_pages('title_li='); ?> </ul> Code (markup): This code works however it displayed the pages list by title so my "Contact" page gets displayed before my "Home" page - I'd like to be able to set the order myself.
That would work great for smaller sites, for bigger sites it's just not a very efficient way of doing it.