get a list of sub pages using wp_list_pages(); function for more information visit codex
$args = array('child_of' => 27);
wp_list_pages( $args );
this will print a list of sub pages (child) of page 27, sort alphabetically order, also you can get a list of sub pages by doing this another way like below.
wp_list_pages( 'child_of=27' );
Related Posts:
- how to properly list child pages in sidebar?
- Get custom field value from Grandparent Page for Parent and Child Pages
- Given the page id, check if it has children
- How to get a list of all recently published child pages?
- WordPress get the child pages of current page
- Show siblings (if any) and parents
- List child pages of current page but limit to specific year
- Child page excerpt
- Create WordPress child page from page actions
- How to show child page without providing ID so it’s dynamic
- is_child() function
- Drop-Down Menu of Current Child Pages
- Get WordPress Child Page IDs
- Displaying the first child page of the parent page
- Adding title and description to subpage’s featured image
- Show list of Child Post in Parent Post
- parent page grabbing wrong url for child pages – get_page_uri($pageChild)
- i want to get the parent id, only on parent -> child -> child page
- Get first level children of a page ID
- Only one parent page showing
- Create a list of pages excluding children of selected page
- WordPress Betheme: Unkown subheader image of a child page
- How to disable alphabetical sorting page
- Structure for calling child pages
- Child pages and sub-pages do not appear. Why?
- Add link to parent page in list of child pages
- Display child pages full template including the content
- List child pages, exclude the current page
- Listing Child Pages in Random order
- How to display child pages with in a limited child content?
- Display Tags of Child Pages
- Get post_meta of children and compare to current page ID
- Display the latest content from subpages of another page
- Limit the number of child page displaying
- Show the grandmother/father of the childpage
- How to Hard Set the Parent Page in Template
- Website parent child relationship
- wp query to get child pages of current page
- A check for if is parent page, if has children, if has grandchildren
- Keeping parent menu items active in child pages
- Breadcrumbs showing Parent and Child Pages
- How to display list of child pages of parent page in wordpress?
- Display subpages under parent page as a list within a loop
- Remove parent slug for child pages
- get_pages – Display child then grandchild pages
- Do not show child pages of child pages
- List the 5 most recent child pages
- Does WordPress automatically redirect url without parent slug?
- inserting custom li class to wp_list_pages
- Multiple Conditions for Child Page Title
- Child page in custom post throws 404 page not found
- Show child pages when on a child page
- query attachment images … if no attachments -> get attachments of parent page?
- How to target children of child pages
- Custom page slug without creating a WP page
- Search pages that are a child of the current page
- Injecting a custom sql query into a page/theme
- List all-childpages on parent-page AND list child-pages on childpage itself but not the current one?
- Linking to Child Theme PHP Files
- Trouble with parent and child conditional tag to show content
- Use same page template for parent and child pages in a theme
- Advanced Custom Fields dynamic update_field
- Child page menu in sidebar
- Trying to return list of child pages for a template
- Removing Parent Page URL While Keeping the Navigation Intact
- Organizing Your Pages
- Listing Child Pages in a Certain Order?
- Custom page template for multiple pages
- Redirect page to default subpage
- query if page has not child
- Return value of get_permalink(0) and get_the_title(0)
- How to have a custom URI path for specific page template
- How to paginate a list of child pages
- complex get_posts() query to select child pages
- Page access only from a specific page in wordpress website
- wp-query, pull children of parent page
- Page that links to category content
- Exclude child pages args array
- Check if parent page has child page of certain slug
- Show child by slug, while knowing parent ID
- Child Theme not overwriting Parent theme php file
- Standard Page Child of CPT Not Found (404)
- Creating navigation out of specific IDs and their children?
- If page or sub page not working as expected
- Get top Page IDs from menu and cycle through their child pages on a scroller
- How to use wp_dropdown_pages or wp_list_pages to accomplish a menu like this?
- WP_Query doesn’t return some child pages even though the database shows them
- Load one page with parent and child pages
- Adding custom slugs: parent-page/username/child-page/
- Children Pages Displaying Only Intermittenty
- List of child pages fetch next results at link click
- Showing main menu and child menu in diffent places in a same page
- Custom Post Type Child Pages
- How can I give WordPress child custom post type the same title and slug as its parent?
- How to check if the current page’s parent is one of 2 different ID’s
- displaying child pages in columns when on a parent page
- Detecting top parent category fails on home page
- 404 on child page template
- Get Child Custom Post Content on Single.php?
- List of pages – AJAX load more