<?php if(have_posts()) : while(have_posts()): the_post();?>
<div class="row" id="blog-posts-container">
<div class="small-12 columns">
- <article id="<?php the_ID()?>" <?php post_class()?>>
<?php if (has_post_thumbnail()) { ?>
<?php echo get_the_post_thumbnail($post->ID, array(720, 300), array('class' => 'blog-post-img-wrap')); ?>
<?php } ?>
+ <article id="<?php the_ID()?>" <?php post_class()?>>
<header class="entry-header">
<h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
</header>