Viewing 6 replies - 1 through 6 (of 6 total)
  • that’s actually coming up as your “top nav”

    Thread Starter charlesleahy

    (@charlesleahy)

    Hi Luckdragon. Any idea how I can remove it? When I go in to the menu section under appearance it only has one menu.

    I looked in my css and there is no top menu.

    Thanks.

    Thread Starter charlesleahy

    (@charlesleahy)

    This is the only coding for top nav can find which was in the header. No idea what needs changing though.

    <div id=”top” class=”top_bar”>
    <div class=”inner”>
    <?php if ( has_nav_menu( ‘topnav’ ) ) { ?>
    <?php wp_nav_menu ( array( ‘menu_class’ => ‘top_nav’,’container’=> ‘ul’, ‘theme_location’ => ‘topnav’ )); ?>
    <?php } else { ?>
    <ul class=”top_nav”>
    <?php wp_list_pages(array(
    ‘title_li’ => false
    )); ?>
    <!–Top Nav–>

    go to appearance -> menus and set your top nav menu (probably primary menu) a blank menu

    Thread Starter charlesleahy

    (@charlesleahy)

    Your theme supports 1 menu. Select which menu you would like to use.

    I previously about a week back removed the top menu as didn’t want it. All was well until today when I added a new category & then added it to my menu up appearance. Since the all went bit tits up and all that writing appeared out of the blue.

    Thread Starter charlesleahy

    (@charlesleahy)

    Also found this in header if helps at all.

    <!–Top Nav–>

    <?php } ?>
    <?php echo mom_main_mobile_menu(); ?>
    </div> <!–Inner–>
    </div> <!–End Nav Wrap–>
    </nav> <!–End Navigation–>

    Thanks Again. Sorry am bit of a newb when comes down 2 wp.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Long list of menu words appeared above header?’ is closed to new replies.