How to Remove Navigation Menu from Specific Page
-
Working on the site serverlift.com and looking to remove the navigation menu from only https://www.serverlift.com/outlet/pl500a/ page
I see the Nav Menu code in header.php:
<!-- Menu --> <div class="nav-wrapper"> <div class="menu-splitter"></div> <?php wp_nav_menu( array('container' => 'div', 'container_class' => 'menu-wrapper', 'container_id' => 'superfish-wrapper', 'menu_class'=> 'sf-menu', 'theme_location' => 'main_menu') ); ?> </div> <div class="stunning-button"><a href="https://serverlift.com/contact/sales/" class="stunning-button-text"> <b>PRICING</b> </a></div> <?php include (TEMPLATEPATH."/include/social-link/social-link.php"); ?>
I’m thinking the easiest way to do this would be to use conditional tags to hide the nav menu, social links, and pricing button from the header from page https://www.serverlift.com/outlet/pl500a/
Creative Sans theme in place.
Can someone help? Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to Remove Navigation Menu from Specific Page’ is closed to new replies.