Latest Reply from Administrator at 2012-12-11 03:58:53
I would like to be able to remove the large navigation bar where categories display and the search box. can you please tell me what code to remove?
Hi!
You have to remove code
<div class="menusearch" title="">
<?php get_search_form(); ?>
</div>

and
<div id='mainmenu-container'>
<div id='mainmenu'><?php
$nav_menu_params=array(
'depth'=>0,
'theme_location'=>'main-menu',
'container_class'=>'none',
'menu_class'=>'menus menu-primary',
'fallback_cb'=>'block_main_menu'
);
wp_nav_menu($nav_menu_params);
?></div>
</div>


from the file header.php of the theme.

Leave a reply

Add codeAdd image