Display child pages full template including the content
I would try setting up post data in the loop and then calling a page template using get_template_part function. Note: depending on theme it may produce some unexpected results, as page template sometimes also includes site header and footer. But it’s something to get you started. $getchilds = array( ‘parent’ => $post->ID, ‘child_of’ => $post->ID, … Read more