Title: Remove page navigation
Last modified: August 20, 2016

---

# Remove page navigation

 *  [Veelkantie](https://wordpress.org/support/users/veelkantie/)
 * (@veelkantie)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/remove-page-navigation/)
 * As said in the title. Where and how do I remove the page navigation on top of
   the page above the header?
 * Thanks in advance 😉

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/remove-page-navigation/#post-3255725)
 * the likely location to find the navigation code is in header.php;
 * make a backup copy before editing.
 * remove:
 *     ```
       <div id="button"><textbutton>Show Menu</textbutton><textbutton style="display:none;">Hide Menu</textbutton></div>
       ```
   
 * and:
 *     ```
       <div id="nav">
       	<ul class="nav">
       	<?php wp_nav_menu( array('theme_location' => 'header-nav', 'depth' => -1, 'menu_class' => 'nav' )); ?>
       	</ul>
       	</div><div id="clear"></div>
       ```
   
 * (untested)
 *  Thread Starter [Veelkantie](https://wordpress.org/support/users/veelkantie/)
 * (@veelkantie)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/remove-page-navigation/#post-3255727)
 * Thank you so much…
 * Just found another way of hiding de page navigation to… Via the ‘Exclude Pages
   from Navigation’ plugin. That did the trick for me…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove page navigation’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/elegantwhite/1.8.6/screenshot.
   png)
 * elegantWhite
 * [Support Threads](https://wordpress.org/support/theme/elegantwhite/)
 * [Active Topics](https://wordpress.org/support/theme/elegantwhite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/elegantwhite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/elegantwhite/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Veelkantie](https://wordpress.org/support/users/veelkantie/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/remove-page-navigation/#post-3255727)
 * Status: not resolved