Testing!
[insert_php]
$post = get_page_by_title(“My Hobby!”);
$mypages = get_pages( array( ‘child_of’ => $post->ID, ‘sort_column’ => ‘post_title’, ‘sort_order’ => ‘asc’ ) );

foreach( $mypages as $page ) {
$content = $page->post_content;
if ( ! $content ) // Check for empty page
continue;
echo “