Title: nsharp's Replies | WordPress.org

---

# nsharp

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Exclude page from nav](https://wordpress.org/support/topic/exclude-page-from-nav/)
 *  [nsharp](https://wordpress.org/support/users/nsharp/)
 * (@nsharp)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/exclude-page-from-nav/#post-645220)
 * For assembly instructions, you’ve got two problems in your statement. One, you
   don’t have an ampersand (&) separating the title_li argument from the exclude
   argument. Second, you are using single quote around the whole argument list, 
   but also using single quote inside the argument list. To be honest, I don’t know
   how WP deals with quoting in such a case. PHP in general is pretty flexible, 
   maybe you just want double quotes:
 * <?php wp_list_pages(“depth=1&title_li=’,’&exclude=67”); ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to exclude a page from the sidenav](https://wordpress.org/support/topic/how-to-exclude-a-page-from-the-sidenav/)
 *  [nsharp](https://wordpress.org/support/users/nsharp/)
 * (@nsharp)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/how-to-exclude-a-page-from-the-sidenav/#post-615520)
 * It would go in the wp_list_pages arguments:
 * wp_list_pages(‘sort_column=menu_order&title_li= &child_of=’.$post->post_parent.’&
   exclude=14′);
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [If exclude parent page from wp_list_pages, exclude child too](https://wordpress.org/support/topic/if-exclude-parent-page-from-wp_list_pages-exclude-child-too/)
 *  [nsharp](https://wordpress.org/support/users/nsharp/)
 * (@nsharp)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/if-exclude-parent-page-from-wp_list_pages-exclude-child-too/#post-828274)
 * This used to work in WP 2.3. Apparently it has regressed in 2.6. I have not been
   able to find an answer yet. Good luck!
 *  Nathan

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