QR

[child_pages]

function show_child_pages() {
global $post;
$args = array(
‘post_type’ => ‘page’,
‘post_parent’ => $post->ID,
‘orderby’ => ‘menu_order’,
‘order’ => ‘ASC’
);
$child_pages = get_pages($args);
$output = ‘