I'm using the following code, so that I can put my pages in the order I wish:
[code]
<?php wp_list_pages('sort_column=menu_order&title_li=<h2>Pages</h2>'); ?>
[/code]
This seems to be working, but I was wondering, if I list, say, four pages, and then I add a fifthbut want No. 5 to be No. 2, do I have to go back and change the numbers for No's. 2-4 to 3-5? If I create a lot of pages, I don't want to have to go back and renumber every page after the newly added page. Is there a simpler way to do this? Thanks.