• I have installed WP Login|Dashboard which is hiding my primary navigation menu. I have customized my theme and even organized the menus from settings but nothing is happening.
    Please help. Thanks.

Viewing 1 replies (of 1 total)
  • burak

    (@burakkaptan)

    You should open the header.php and find the line 51. You will see there like that :

    <nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation">
    				<button class="menu-toggle"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></button>
    				<a class="screen-reader-text skip-link" href="#content"><?php _e( 'Skip to content', 'twentyfourteen' ); ?></a>
    				<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
    			</nav>

    Just remove that lines.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove the Primary Navigation Menu?’ is closed to new replies.