single.php 155 Bytes Raw Blame History Permalink 1 2 3 4 5 6 <?php get_header(); ?> <div id="page-content"> <?php get_template_part('loop', 'single'); ?> <?php comments_template(); ?> </div> <?php get_footer(); ?>