<div class="small-12 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
+
<?php endwhile; else:?>
<p><?php _e('Sorry, no posts yet');?></p>
<?php endif;?>
get_template_part('parts/bread-crumbs');
?>
</div>
+ <?php if (has_post_thumbnail()) {
+ $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
+ echo '<header style="background: url('.$image_data[0].');min-height: '.$image_data[2].'px; max-height: 400px; "></header>';
+ }?>
<div class="row">
<div class="small-12 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>