All I want to do is reverse the order that my pages are listed in my footer nav but its being difficult...
<?php wp_list_pages("title_li=&depth=1&sort_column=menu_order&order=ASC&exclude="); ?>
Changing ASC to DESC makes no difference. Any ideas why?