I installed the My Page Order plug in. I ordered the pages how I wanted them to appear using the plug-in. I think that I properly told the Page widget to set by “page order”. I don’t know what I am supposed to change for the header.php.
This is the code related to the navigation:
<ul id=”topnav”>
<li <?php if(is_home()){echo ‘class=”current_page_item”‘;}?>>” title=”<?php _e(‘Home’); ?>”><?php _e(‘Home’); ?>
<?php if($conrel_header_menu) { wp_list_pages(‘title_li=&depth=1&include=’.$conrel_header_menu); } else { wp_list_pages(‘title_li=&depth=1&number=5’); } ?>
Can you help me understand how the “sort_column” relates to this code. I apologize if this is a novice question, it’s my first time working with WordPress. I am liking it so far ??