Title: grandedgemaster's Replies | WordPress.org

---

# grandedgemaster

  [  ](https://wordpress.org/support/users/grandedgemaster/)

 *   [Profile](https://wordpress.org/support/users/grandedgemaster/)
 *   [Topics Started](https://wordpress.org/support/users/grandedgemaster/topics/)
 *   [Replies Created](https://wordpress.org/support/users/grandedgemaster/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/grandedgemaster/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/grandedgemaster/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/grandedgemaster/engagements/)
 *   [Favorites](https://wordpress.org/support/users/grandedgemaster/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Creating pages that dont show on menu?](https://wordpress.org/support/topic/creating-pages-that-dont-show-on-menu/)
 *  Thread Starter [grandedgemaster](https://wordpress.org/support/users/grandedgemaster/)
 * (@grandedgemaster)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/creating-pages-that-dont-show-on-menu/#post-149504)
 * Added to the codex on the pages page.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Creating pages that dont show on menu?](https://wordpress.org/support/topic/creating-pages-that-dont-show-on-menu/)
 *  Thread Starter [grandedgemaster](https://wordpress.org/support/users/grandedgemaster/)
 * (@grandedgemaster)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/creating-pages-that-dont-show-on-menu/#post-149495)
 * I think I may have found something, in wp-content/themes/themename/sidebar.php
   find the string
    `<?php wp_list_pages("title_li=<h2>" . __("Pages") . "</h2>");?
   >` or similar.
 * After the `</h2>` add `&exclude=idnum`.
 * So you have something like
    `<?php wp_list_pages('title_li=<h2>' . __('Pages').'
   </h2>&exclude=38' ); ?>`
 * This will hide the page of that ID number. If there’s an easier way, I’d like
   to know about it.

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