Print Page Children names by id
Description
This code prints the child names of a selected page or post that has children. To select the children to display change “518” to the name of the parent that you wish to print their children and you can also change the depth so that the grandchildren will show
This code prints the child names of a selected page or post that has children. To select the children to display change “518” to the name of the parent that you wish to print their children and you can also change the depth so that the grandchildren will show
PHP Source Code
<?php wp_list_pages('child_of=518&depth=1&sort_column=post_title&title_li=') ?>