thanks this is a great script, however I would like the menu to be ordered as configured in the Administraton pannel of wordpress i.e. by the “page_order” setting.
I thought that I could do this by changing the code to
<div id=”pages_nav”>
<?php
if(function_exists(“wp_pages_nav”)) {
wp_pages_nav(“show_all_parents=1&show_root=0&sort_column=menu_order”);
}
?>
</div>
doesn’t seem to work for me… any ideas ?
Thanks