$parent = get_post($post->post_parent) ?>
- the_title() ?>
Related Galleries
$siblings = get_posts(array('post_type' => 'page', 'post_parent' => $post->post_parent, 'post_status' => 'published')); ?>
$rows = get_field('image_gallery');
foreach($rows as $i):?>