• Hello. I’m working on my blog here: https://pauvlog.com

    The thing is that I added a non existen menu, and as you can see it works. The problem is that the code also adds a search form. I just cannot get it..

    The header code is the following:

    <div class="secondary-navigation">
    						<nav id="navigation">
        						<?php
           				 			wp_nav_menu( array('theme_location' => 'primary-menu', 'menu_class' => 'menu', 'container' => '') ); ?>
    						</nav></div>

    Thanks guys

    https://www.ads-software.com/plugins/menu/

Viewing 1 replies (of 1 total)
  • Thread Starter PauVlog

    (@pauvlog)

    Solved. Looks like it was the menu’s name (primary menu) who was giving throuble. I just changed it to top-menu.

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘Adding a new menu a search form appears (?)’ is closed to new replies.