'; while ( have_posts() ) : the_post(); // Include the page get_template_part( 'content','page' ); comments_template( '', true ); // show comments endwhile; ?>