• rhythmrobin

    (@rhythmrobin)


    Current Theme : Hero
    By Manishg
    Version 1.5.11

    I could see this line in header.php

    <!–menu–>

    <div id=”menubar”>

    <?php $navcheck = wp_nav_menu( array( ‘container_class’ => ‘menu-header’, ‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav’ ,’fallback_cb’ => ”, ‘echo’ => false ) ); ?>

    <?php if ($navcheck == ”) { ?>

    <ul class=”nav”>
    <li class=”page_item”>” title=”Home”>Home
    <?php wp_list_pages(‘title_li=&sort_column=menu_order’); ?>

    <?php } else echo($navcheck); ?>

    </div>

  • The topic ‘How to remove the default Home Page tab from Navigation’ is closed to new replies.