Viewing 3 replies - 1 through 3 (of 3 total)
  • Remove this from header.php;

    <li <?php if ($post->post_type != 'page') echo " class=\"current_page_item\""; ?>><a href="<?php bloginfo('url'); ?>">Home</a></li>
    <?php wp_list_pages('title_li=&depth=1'); ?>

    if you want to leave the home tab, remove only this;

    <?php wp_list_pages('title_li=&depth=1'); ?>

    or, rather than deleting anything at all, you can add page number exclusions (as you create new pages) to the above statement that will omit the desired pages from the nav bar.

    Thread Starter portfood

    (@portfood)

    Clayton,

    Thanks so much and it worked great. I appreciate it.

    you’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tabs on the Oriental theme template’ is closed to new replies.