How to remove the menu - Theme Perfume

Latest Reply from Alice at 2013-11-27 06:34:57 Solution

How to remove the menu?
http://s2.ipicture.ru/uploads/20120830/WDvH59Ko.jpg

Hi, there!
To remove top menu just remove code

<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>

from the file header.php of the theme.

thank you

Olá , Não Consigo achar o arquivo pra remover o menu no topo , como excluir?
Hi!
Sorry, but we provide a support only in English.
To remove top menu just remove code

<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>


from the file top.php (2.0 version and newer) or header.php if you use the old version of a theme(1.0).

Leave a reply

Add codeAdd image