• Site URL – https://www.sportshaze.com/

    Two categories displayed in the nav bar don’t exist on my site. I deleted every category and then was going to add them back on in the right order, but when they were deleted, the nav bar didn’t change.

    HTML Code – <?php
    if ( function_exists(‘has_nav_menu’) && has_nav_menu(‘secondary-menu’) ) {
    wp_nav_menu( array( ‘depth’ => 3, ‘sort_column’ => ‘menu_order’, ‘container’ => ‘ul’, ‘menu_class’ => ‘nav2’, ‘theme_location’ => ‘secondary-menu’ ) );
    } else {
    ?>
    <ul class=”nav2″>
    <?php
    if ( get_option(‘woo_custom_nav_menu’) == ‘true’ ) {
    if ( function_exists(‘woo_custom_navigation_output’) )
    woo_custom_navigation_output(‘name=Woo Menu 2&depth=3’);

    } else { ?>
    <?php wp_list_categories(‘title_li=’) ?>
    <?php } ?>

    <?php } ?>

    </div><!–/nav2–>

    Any support would be appreciated. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Are you using the Woo Menu Management or the WordPress 3.0 Menu Management?

    Either way, you need to check the navigation menu structure on those pages. I’m not sure about the Woo Menu, but it could be that the menu isn’t automatically updated as you delete categories, pages, etc. So even if you delete it from the site, it might still remain in the menu.

    Thread Starter yutz18

    (@yutz18)

    Thanks for the response. The Woo Menu Management. How would I adjust the nav bar categories and the display order?

    You’d need to get support from the WooThemes forum on that.

    Thread Starter yutz18

    (@yutz18)

    Alright thanks for the help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How To Customize Category Nav Bar?’ is closed to new replies.