Title: Possible to hide navigation?
Last modified: June 25, 2020

---

# Possible to hide navigation?

 *  Resolved [aaronrobb](https://wordpress.org/support/users/aaronrobb/)
 * (@aaronrobb)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/possible-to-hide-navigation/)
 * With this plugin, is it possible to hide a menu so you only see it when you’ve
   entered the password on a protected page?
    Basically looking to protect a section
   of the site, and the hidden nav would list the pages accessible once you’ve entered
   your password.
 * Would it work by using it within a theme’s template file?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Password Protect WordPress Page Support](https://wordpress.org/support/users/ppwp/)
 * (@ppwp)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/possible-to-hide-navigation/#post-13045447)
 * Hi [@aaronrobb](https://wordpress.org/support/users/aaronrobb/),
 * Thanks for reaching out to our support.
 * Yes, it’s possible to hide the entire menu on a password protected page using
   the following codes on your theme’s template file:
 *     ```
       <?php 
       if ( ! post_password_required()) {
           wp_nav_menu(array( 'theme_location' => 'primary', 'menu_id' => 'primary-menu' ));
       }
       ?>
       ```
   
 * You can also [hide all password protected pages on your menu](https://passwordprotectwp.com/docs/how-to-hide-password-protected-wordpress-content/)
   instead of hiding the entire menu.
 * Please let us know if it works for you.
 * Elena
    PPWP Pro Team
    -  This reply was modified 5 years, 11 months ago by [Password Protect WordPress Page Support](https://wordpress.org/support/users/ppwp/).

Viewing 1 replies (of 1 total)

The topic ‘Possible to hide navigation?’ is closed to new replies.

 * ![](https://ps.w.org/password-protect-page/assets/icon-256x256.jpg?rev=3263311)
 * [PPWP - Password Protect Pages](https://wordpress.org/plugins/password-protect-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/password-protect-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/password-protect-page/)
 * [Active Topics](https://wordpress.org/support/plugin/password-protect-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/password-protect-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/password-protect-page/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Password Protect WordPress Page Support](https://wordpress.org/support/users/ppwp/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/possible-to-hide-navigation/#post-13045447)
 * Status: resolved