Now that was too simple of a fix… thanks for the quick (and accurate!) response!
Hello,
I’ve added the sortcolumn=menu_order tag also into sidebar.php:
<?php wp_list_pages(‘sortcolumn=menu_order&title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
but it appears to have no impact on the order of the pages. They all still sort alphabetically. Any thoughts as to what I might be doing wrong?
Also, will this tag sort child pages? I’m wondering if it isn’t designed to handle that… perhaps that’s the problem I’m having.
I’m using v. 2.01 of WordPress.