I’m just about to start following this:
http://www.snipe.net/2010/06/upgrading-to-wordpress-3/
Not tried it yet, but it seems to be what you’re after. And the person seems to have succeeded…
Regards,
Jake.
Hi Kajrietberg,
Just in case you’re still after this, I wanted this too, and hacked the plugin to get it.
Go to plugins, and click on ‘edit’ to edit the plugin.
Find the line that says:
$output = wp_list_pages('sort_column=post_name'.$depthStr.'&title_li=&echo=0&child_of='.$rootPost->ID);
Change menu_order into post_name.
Hope that helps.