I don’t think there is a way to express that precisely in its arguments.
You could work around that by building array of page IDs which includes parent and children set as desired.
$pages = get_posts( [
'post_parent' => $page_id,
'post_type' => 'page',
'fields' => 'ids',
] );
$pages[] = $page_id;
wp_list_pages( [
'include' => $pages,
] );
Related Posts:
- Add CSS Class to Link in TinyMCE editor
- Get the prev / next page links only (not title, etc)
- How to re-enable the links manager?
- Wondering how to turn your firefox bookmarks into a WordPress blog?
- Links redirecting to localhost after migration to server
- How can I find all internal links that are pointing to post/page?
- Creating a Link Directory using WordPress?
- Get link value only from the_content()?
- widget to output a link to archive view
- Can’t add a class to links in the visual editor since WP 3.1?
- how can i add a menu link that goes to an external page
- Remove all links to a specific website
- Link Category Description
- programatically change href to onclick=window.open
- Open link in a new tab checked by default when adding a new link in visual post editor
- Deep linking to an accordion tab with Visual Composer
- Setting a page link in the footer?
- Need advice on how to add links in users profile page?
- How to hide a customization link themes menu in wordpress?
- Getting only the most recent bookmark?
- WordPress links/bookmarks – need to urlencode because spaces are getting stripped
- How do I make my navigation bar link to an external page?
- Create anchor from Wysiwyg editor
- How to remove author name and link from a shared link preview?
- wp_get_attachment_link to add title attribute to link tag around image
- Can I generate then display a mixed list of linked and unlinked terms
- How to prevent a page from being linked in the menu/crossbar
- How to convert all links to no follow links of particlular section of a webpage
- Linking from Menu and a Page to the latest post from a specific category
- Links are not working on All Plugins Page
- Is there a way to hide WordPress behind a web visible directory?
- Copy button for anchor link
- plugin admin subpage title and links in menu not highlited at current page
- Change Read More in Child theme
- Add text excerpt and pictures to hyperlinks?
- Default Link for TinyMCE “Add Link”
- Parent/child pages and link structure the right way
- How do I get link URLs from the WordPress links backend into an array?
- Is there anyway to use relative link instead of absolute link?
- How to link to local post
- How can I show different image links for different languages with qTranslate?
- Exclude uploaded files from appearing in the excerpt()
- link to single most recent post, regardless of category
- Change description of my Jetpack facebook shared links [closed]
- WP Method `get_theme_file_uri()` Doesn’t Seem To Be Working Properly When Used In The Head Section Of A Site
- Moving a wordpress.org website to another domain name?
- How do I make WordPress “Page” link in the top nav bar go to an external URL?
- Trouble getting the Blog page to show up correctly
- How Do I Link My Whole Featured Article Image?
- Insert wrap span tag around contents of a link tag automatically
- Alternative to rb-internal-links to implement [intlink tag?
- How to remove a link of date archive
- Button linking to an unique link
- Highlight archive link on single.php
- Dynamic logo/banner depending on affiliate link
- Links In Sidebar not displaying
- Display category page number links for older posts
- Blogroll/Lins Menu not visible in my backend?
- How to get Facebook to see YouTube/Blip embeds when sharing a link?
- Related posts for a post
- Converting a hierarchy of off-site web-links to Word-Press
- Remove the preview link box since 6.0 update
- Link to downloadable excel sheet on website leads to unfinished version of document
- How to find what pages are internally linking to a page?
- How to download file without login to wordpress account?
- Disable automatic embed links
- How to add a column into the link manager?
- Link Dont work in first page Hero image
- Add Developer Link on Homepage Only
- How to add a target to a link
- How to use the WordPress API to get links and scripts in and
- Making download links from short code
- how to link local pages with flags in submenu
- Displaying Most Recently Edited Post
- Best practice and technology to Offset anchor links
- Unwanted Autogenerated Link
- My home page is still showing link “localhost” [duplicate]
- WordPress Intranet Link Not Working
- Reuse links in a post across different languages
- Prevent “nofollow” from Being Inserted into BBPress Posts
- Anchor link on single.php
- WordPress link management
- Adding Edit subnav link to Custom Buddypress Profile Tab [closed]
- What could interfere with changing iframe contents with href?
- Logout link not working
- How to link to specific part of a page in wordpress permalinks
- WordPress is adding rel=”nofollow” and target=”_blank” to internal links in posts and pages
- Weird characters being added to my link
- On main page link image to post page, on post page link it to it’s own image?
- Removing links from posts in WordPress
- WordPress link to show popup box
- External Link issue in Visual Form Builder Pro
- Link to Portfolio page by id instead of name
- How to Link to WP Pages Internally and Extenally
- What is making these links open as new windows?
- Suddenly unable to share WordPress link on Facebook
- tinymce “Link” popup throwing error, not working
- Short website link for all post
- How to have all RSS feed entries linking to the same specific page
- how to create a link to open app? [closed]