Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • carolionking

    (@carolionking)

    I learned that it was specific to my theme. I was able to access theme options from the dashboard and entire a comma separated list of page ids.

    carolionking

    (@carolionking)

    I left out an important point. I have seven pages I want to appear in the navigation. Only three are showing currently. I have tried different configurations, but the most I can get to show up is five.

    carolionking

    (@carolionking)

    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 🙂

Viewing 3 replies - 1 through 3 (of 3 total)