Updates for part 2
This commit is contained in:
parent
fb8eaa1fda
commit
8c83a49a7c
15 changed files with 243 additions and 47 deletions
14
page.php
14
page.php
|
@ -5,17 +5,15 @@
|
|||
<div class="col-sm-12">
|
||||
|
||||
<?php
|
||||
if ( have_posts() ) : while ( have_posts() ) : the_post();
|
||||
if ( have_posts() ) : while ( have_posts() ) : the_post();
|
||||
|
||||
get_template_part( 'content', get_post_format() );
|
||||
get_template_part( 'content', get_post_format() );
|
||||
|
||||
endwhile; endif;
|
||||
?>
|
||||
endwhile; endif;
|
||||
?>
|
||||
|
||||
</div>
|
||||
<!-- /.col -->
|
||||
</div> <!-- /.col -->
|
||||
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
</div> <!-- /.row -->
|
||||
|
||||
<?php get_footer(); ?>
|
Loading…
Add table
Add a link
Reference in a new issue