Preview: single.php
Size: 681 B
/home/jambtst2015/public_html/qasandra.com/wp-content/themes/helo/single.php
<?php
/**
* The template for displaying all single posts.
*
* @package helo
* @author helo
*/
if ( ! defined( 'ABSPATH' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
die();
}
get_header();
?>
<div class="row">
<div class="col-md-8">
<?php
/* Start the Loop */
while ( have_posts() ) :
the_post();
get_template_part('template-parts/content/content-single');
// If comments are open or there is at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) {
comments_template();
}
endwhile; // End of the loop.
?>
</div>
<?php
get_sidebar();
?></div><?php
get_footer();
Directory Contents
Dirs: 4 × Files: 17