File: /home/sescorpcl/public_html/wp-content/themes/naturelle/single.php
<?php
/**
* The template for displaying all single posts.
*
* @package naturelle
*/
get_header();
?>
</div>
<!-- /END COLOR OVER IMAGE -->
</header>
<!-- /END HOME / HEADER -->
<div class="content-wrap">
<div id="primary" class="content-area full-width">
<main itemscope itemtype="http://schema.org/WebPageElement" itemprop="mainContentOfPage" id="main" class="site-main" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'single' ); ?>
<div class="container">
<?php the_post_navigation(); ?>
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
?>
</div>
<?php endwhile; // end of the loop. ?>
</main><!-- #main -->
</div><!-- #primary -->
</div><!-- .content-wrap -->
<?php get_footer(); ?>