How can I get rid of one of the menu

Latest Reply from Dave at 2013-06-18 04:06:36
Hi all, I need to get rid of one of the menu. Main menu is the only thing I need. Otherwise, it looks really ugly on mobile devices.

Thanks in advance
Hey!
To remove top menu you have to delete the following code from the file top.php in the directory of your theme:
<div id='secondarymenu'>
<?php wp_nav_menu('depth=0&theme_location=sec-menu&container_class=menu-topmenu-container&menu_class=menus menu-topmenu&fallback_cb=block_sec_menu'); ?>

</div>

and this one below:
	<?php smt_mobile_menu('sec-menu'); ?>

Leave a reply

Add codeAdd image