Updates for part 2

This commit is contained in:
Tania 2016-01-14 02:48:43 -06:00
parent fb8eaa1fda
commit 8c83a49a7c
15 changed files with 243 additions and 47 deletions

View file

@ -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(); ?>