DIR: /var/www/2of3/wp-content/themes/page_template_1747135770/ |
Current File : /var/www/2of3/wp-content/themes/page_template_1747135770/single.php |
<?php get_header(); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'entry' ); ?> <?php if ( comments_open() && !post_password_required() ) { comments_template( '', true ); } ?> <?php endwhile; endif; ?> <footer class="footer"> <?php get_template_part( 'nav', 'below-single' ); ?> </footer> <?php get_footer(); ?> |