D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vblioqus
/
bitchats.net
/
wp-content
/
themes
/
blankslate
/
Filename :
single.php
back
Copy
<?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(); ?>