List Children
Use an HTML comment to list links of the current page's children or siblings.
The facts
- Rating
- 5★ from 2
- Active installs
- 100+
- Price
- Free
- Last updated
- 29 Apr 2025
- Added
- May 2009
- Requires WP
- 5.3
- Tested up to
- WP 6.4.10
- Requires PHP
- 8.0
- Downloads
- 6,645
Our analysis
AI-assistedList Children is a WordPress plugin that allows you to display links to the child or sibling pages of the current page using HTML comments. It is particularly useful for content sites that use WordPress as a simple content management system, where you may have a hierarchical structure of pages, such as an Overview page with multiple subpages.
You can use specific shortcodes to list children in alphabetical order or siblings ordered by menu order. The plugin supports various attributes from the wp_list_pages() function, enhancing its flexibility in displaying page links.
Best for: This plugin suits content sites that require structured navigation between pages.
What it does well
- ✓Free to use from the WordPress.org directory
- ✓Allows listing of child and sibling pages
- ✓Supports various attributes from wp_list_pages()
Where it falls short
- •Limited information available on additional features
- •Deprecated shortcode may cause confusion
Verdict
List Children provides a straightforward solution for displaying page hierarchies in WordPress. It is a useful tool for those managing content-heavy sites.
From the developer
Andy Stratton's own description of List Children, lightly tidied.
Use an HTML comment to list links of the current page’s children or siblings.
Common usage is for content sites utilizing WordPress as a simple CMS. Some content hierarchies call for an Overview page followed by multiple subpages, for example, a Services page.
Use the following shortcodes to list children and or siblings of the current page:
Alphabetical listing of current page’s children:
[list_children sort_column=”page_title” sort_order=”asc”]
List of current page’s siblings, ordered by menu order (descending):
[list_siblings sort_column=”menu_order” sort_order=”desc”]
You can use a majority of the attributes from the wp_list_pages() call: https://codex.wordpress.org/Function_Reference/wp_list_pages
The following will no longer work (deprecated):
<!–list_children()–>