nevermind

This commit is contained in:
Vladimir Vassilev 2014-09-30 12:44:55 +03:00
parent 8f2e320e91
commit 6be354dfb3
3 changed files with 20 additions and 10 deletions

View File

@ -0,0 +1,10 @@
<?php get_header(); ?>
<section id="content" role="main">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'entry' ); ?>
<?php comments_template(); ?>
<?php endwhile; endif; ?>
<?php get_template_part( 'nav', 'below' ); ?>
</section>
<?php get_sidebar(); ?>
<?php get_footer(); ?>