How do I remove header menu from HOME page only?
-
Hello!
I am using the free minimatica theme and have made some changes to it.
in header.php i have added:
<nav id=”access” role=”navigation”>
<?php wp_nav_menu( array( ‘theme_location’ => ‘header_nav’, ‘container_id’ => ‘header-nav’, ‘container_class’ => ‘nav’, ‘fallback_cb’ => ‘minimatica_nav_menu’ ) ); ?>
</nav><!– #access –>which added a navigation menu to my header. it is perfect but i want to hide it from the HOME page and only show it on all other pages.
is there any way to do this?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How do I remove header menu from HOME page only?’ is closed to new replies.