HeadWay Worpress For Website Not Blog

6 replies
  • WEB DESIGN
  • |
Ive started to design a website using wordpress, using the Headway theme. Although Ive run into a problem. If I remove pages from the top nav menu they also get removed from the right side nav menu.

Does anyone know how I can only have 4 pages on the top nav bar but all my pages listed on the side nav using the Headway theme?
#blog #headway #website #worpress
  • Profile picture of the author digital29
    can you edit the code? if yes, search for the menu...and where you will see something like this: <?php wp_list_pages( ); ?> just edit it to be <?php wp_list_pages('exclude=x,y,z'); ?>, where x,y and z are the pages ID you want to remove from the list
    {{ DiscussionBoard.errors[1787339].message }}
    • Profile picture of the author Aaron Elliott
      Originally Posted by digital29 View Post

      can you edit the code? if yes, search for the menu...and where you will see something like this: <?php wp_list_pages( ); ?> just edit it to be <?php wp_list_pages('exclude=x,y,z'); ?>, where x,y and z are the pages ID you want to remove from the list
      I had a look and cant find any menu's, looked at all the theme files? I would be able to place a code in the right navigation to Include the files, do I just use the same code and type Include instead?
      {{ DiscussionBoard.errors[1788752].message }}
      • Profile picture of the author Aaron Elliott
        Anyone know how I can do this please?
        {{ DiscussionBoard.errors[1789729].message }}
        • Profile picture of the author NetMan
          Originally Posted by Aaron Elliott View Post

          Anyone know how I can do this please?

          Hello Aaron,

          The code to control these functions is to be found in the header.php and
          footer.php normaly. Then you could control the side bar menu with
          sidebar.php or with the use of a widget.

          Best regards,


          Andre Foisy
          {{ DiscussionBoard.errors[1791770].message }}
          • Profile picture of the author Aaron Elliott
            The other website themes seem to have alot more code going on, here is the header from the Headway theme. I cant see the top nav bar info there?

            <?php headway_html_open() ?>

            <title><?php headway_title(); ?></title>
            <meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />



            <link rel="alternate" type="application/rss+xml" href="<?php echo headway_rss() ?>" title="<?php echo get_bloginfo('name')?>" />
            <link rel="pingback" href="<?php bloginfo('pingback_url') ?>" />

            <?php headway_head(); ?>
            <?php wp_head() ?>

            </head> <!-- End <head> -->


            <?php headway_page_top() ?>
            {{ DiscussionBoard.errors[1794378].message }}
  • Profile picture of the author mywebwork
    Actually Digital29's answer was correct. Did you look in your themes header.php file? That's where it is on most (but not all) themes.

    Bill
    {{ DiscussionBoard.errors[1789775].message }}

Trending Topics