Use an HTML comment (<!--list_children()--> or <!--list_siblings()-->) in post content to call wp_list_pages for sub-pages/siblings of the
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.
Insert the following into your HTML tab when editing content to get a list of child pages:
<ul> <!--list_children()--> </ul>
Requires: 2.6 or higher
Compatible up to: 3.2.3
Last Updated: 2012-5-22
Downloads: 1,184
Got something to say? Need help?