post_parent == 13) { include(get_template_directory() . '/page-templates/area-template.php'); } else if (is_file($page)){ include($page); } else { echo ''; while ( have_posts() ) : the_post(); get_template_part( 'content', 'page' ); // comments_template( '' , true ); endwhile; // end of the loop. } ?>