Featured images on blog posts no more in-content padding.
authorLaury GvR <laury@gaslightmedia.com>
Fri, 17 Jul 2015 19:47:51 +0000 (15:47 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 17 Jul 2015 19:47:51 +0000 (15:47 -0400)
single.php

index 033f087..a71ab39 100644 (file)
@@ -6,10 +6,10 @@
                 <?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>