Here you have the solution
<ul>
<?php
$children = wp_list_pages('title_li=&child_of=".$post->ID."&echo=0');
$subpages = ($post->post_parent) ? wp_list_pages('title_li=&child_of=".$post->post_parent."&echo=0') : wp_list_pages('title_li=&child_of=".$post->ID."&echo=0') ;
if ($children) { ?>
<li><?php echo $children; ?></li>
<?php } else { ?>
<?php echo $subpages; ?>
<?php } ?>
<?php wp_reset_query() ?>
</ul>
I used it to make a menu where the case was something like:
Parent Page: Service A
Child: Overview, Features, Service Plan, FAQs, Quotes
And there were different services and each parent has their own child.
Related Posts:
- wp_nav_menu: check if the list item has children and add a class to anchor link
- Add custom meta to nav menu items
- Remember the last post I read
- Export navigation menu
- Prev/Next child navigation for current page?
- List child pages of a specific page
- How to modify the “after” of last element in wp_nav_menu
- Using FlexNav with WordPress [closed]
- Customizing Walker_Nav_Menu
- Get only the path from a function like previous_post_link
- Break apart wp_list_pages in order to customise it
- Text symbols in the navigation menu
- Trouble with wp_nav_menu, conditional tags and fallback_cb
- Previous & Next on Index Page broken
- Twenty Eleven theme- have custom landing page, change nav “home” link
- Using query_posts inside single.php loop
- posts_nav_link on single.php
- How to get back to same page of post-list – after updating a post
- how to change site tag line for particular pages
- dropdown navigation menu
- Bootstrap Navwalker not displaying
- How to add show/hide in navigation setting for pages
- Home Custom Menu Link not Working
- How Do I Add Next and Previous Links On Single Custom Post Type Only?
- Menu with parents, children and or siblings pages display
- Inserting specific images inside navigation menu
- Navigational drop-down lists in WordPress?
- Select first child/subpage item in wp list pages
- Fallback_cb is messing around with containers
- Only show top-level links in site navigation
- Current navigation highlight for a menu that may be modified by the user?
- WordPress – Responsive navbar doesnt work
- Adding dropdown box to WordPress menu
- get_adjacent_post – in same term or category not working
- Exclude post format from navigation
- How to make previous_post_link into an image [duplicate]
- How to add swipe action to wordpress pages
- Walker_Nav_menu access parent menu name
- Can I use multiple nav_walkers?
- (Bluehost) navigating to the dashboard via mydomain.com/wp-admin/ results in directory listing
- Implementing the twentythirteen responsive menu in twentytwelve
- Using characters to separate menus in navigation bar
- How to hide ‘Home’ button from appearing on supages – twenty eleven theme
- reverse next/prev page order
- How to add rel=”nofollow” to wp_list_pages?
- navigation link based on custom field
- How can I add a delay to the collapsible menu in Twenty Eleven?
- Switch form Next/Previous to post title
- add a menu item to navigation menu to link to external url
- Using categories on navigation bar instead of pages
- confused about wp_list_pages() function – how to display selected top pages with all their subpages
- navbar remove box shadow
- Display greyed out nav link when there’s not a next or previous post
- Ecommerce Single Product Next Product Link
- Display all posts thumbnails when viewing a single post
- Is wp3.8 / twenty fourteen’s Sticky Nav & Responsive – core or theme based
- Setting Up “Split Site” Navigation in WordPress
- Add ID to target navigation link
- New Page Position
- Possible to hide Page if no posts from a CPT?
- Listing Sub-Pages & Sub-Sub-Pages
- Next/Previous links doesn’t work in the same category
- the-events-calendar, pagination with tribe_get_events()
- Depth problem using wp_list_pages for subnavigation
- Faceted Navigation in WordPress
- Navigating WordPress Articles From Parent Category?
- How to replace home link anchor text with image
- is_tax() conditional tag not working
- WP Bootstrap Nav (not JS, not missing ID)
- how to remove logo image hyperlink for wordpress
- Superfish Dropdown menu broken after WP 4.9.5 upgrade
- Active state does not work with the query string in the url
- Pagination always shows 0 in post section wordpress admin panel
- Current Post Parent Category & Child Category Links
- Problem with sub-menu container
- Navigation template
- Connect custom rewrite rules and query variables to wordpress navigation
- Walker_Nav_Menu Add Strings and Class Name
- Adding direct link to post editor in admin menu
- WordPress get_pages meta_key don’t show page
- How to remove the word “Navigation” from the top of the mobile main menu?
- Add default wp_nav_menu classes to my custom links
- HTML-to-WordPress: Dropdown Navigation Menu [closed]
- Adding nav menu name from plugin options dynamically
- How to accomplish a child page navigation?
- Using Different nav_menu_css_class for different nav_walkers
- How to retain responsive navigation menu in twentyeleven child theme
- Custom navigation bar via wp_list_pages is broken for blog roll
- All of the “more results” and navigation links lead to a 404 error
- How can I hide the TOP Navigation menu if users are not logged in [duplicate]
- first_post_link and last_post_link? [duplicate]
- determine if specific page is in list?
- Navigation dropdown issue, need it to work on hover
- All navigation fails and leads me to homepage
- Different coloured navigation links in Twenty Eleven themes
- add additional anchors in navigation menu
- I would like to hide menu on desktop but still have it visible on small screen
- Possible to scroll past header and footer [closed]
- How to add nofollow to the_post_navigation?
- Apply walker_nav_menu_start_el but only to one menu