nevermind
This commit is contained in:
parent
8f2e320e91
commit
6be354dfb3
10
page.php
10
page.php
|
@ -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(); ?>
|
Loading…
Reference in New Issue