get_the_ID(); gets id off post
wp_get_post_parent_id(get_the_ID())
while(have_posts()){
the_post(); ?>
<?php the_title(); ?>
<?php the_content(); ?>
<?php }
get_the_ID(); gets id off post
wp_get_post_parent_id(get_the_ID())
while(have_posts()){
the_post(); ?>
<?php the_title(); ?>
<?php the_content(); ?>
<?php }