Title: Page navigation
Last modified: August 19, 2016

---

# Page navigation

 *  Resolved [pengume](https://wordpress.org/support/users/pengume/)
 * (@pengume)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/page-navigation-4-2/)
 * HI,
    I was trying to create a child page nested into a parent page on my website
   and it doesn’t show at all that there are any pages nested into it. The page 
   is published and can be viewed if I go to my pages on the dashboard and hit view
   but other than that it doesn’t appear? the page is dedicated traveler and the
   child page should list underneath it as dedicated guide. thanks for any help.
   I have contacted the theme maker as well for additional support.

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

 *  [viceng](https://wordpress.org/support/users/viceng/)
 * (@viceng)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/page-navigation-4-2/#post-1115949)
 * Check for a template tag
 *  <?php wp_list_pages( $args ); ?>
 * probably in you header.php file
 * see if there is a depth argument and if “depth = 1”, you are only going to see
   the top level only and no child pages.
 * Here are the values for the depth argument
 *  (integer) This parameter controls how many levels in the hierarchy of pages 
   are to be included in the list generated by wp_list_pages. The default value 
   is 0 (display all pages, including all sub-pages).
 *  * 0 – Pages and sub-pages displayed in hierarchical (indented) form (Default).
   *-
   1 – Pages in sub-pages displayed in flat (no indent) form. * 1 – Show only top
   level Pages * 2 – Value of 2 (or greater) specifies the depth (or level) to descend
   in displaying Pages.
 *  Thread Starter [pengume](https://wordpress.org/support/users/pengume/)
 * (@pengume)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/page-navigation-4-2/#post-1115963)
 * Thanks that was perfect. Just what I needed and it works perfectly now. thanks
   for the quick response viceng your the man!

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

The topic ‘Page navigation’ is closed to new replies.

## Tags

 * [child page](https://wordpress.org/support/topic-tag/child-page/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)
 * [nested](https://wordpress.org/support/topic-tag/nested/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [parent page](https://wordpress.org/support/topic-tag/parent-page/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [pengume](https://wordpress.org/support/users/pengume/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/page-navigation-4-2/#post-1115963)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
