Remove Top Menu

Latest Reply from Fuchur at 2013-04-03 13:07:24
How do I remove the TOP Menu on this theme?? I only want the lower menu to show. Thank you
Hi!
You have to remove code

<div id='menu-box'>
<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>
</div>


from the top.php.
Or create an empty menu under Appearance > Menu and link it to that location.
Then you dont loose it upon an update

Leave a reply

Add codeAdd image