removed 'feature image wrap' from blog-text.php
authorIan Weller <ian@gaslightmedia.com>
Thu, 15 Dec 2016 21:05:23 +0000 (16:05 -0500)
committerIan Weller <ian@gaslightmedia.com>
Thu, 15 Dec 2016 21:05:23 +0000 (16:05 -0500)
I removed the feature image wrapper from the blog-text file.  It's no
longer needed with the creation of the blog-text-single file.

parts/blog-text.php

index 87847fd..31cc5c5 100644 (file)
@@ -3,7 +3,7 @@
                                                         <h1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h1>
                                                         <?php if ( has_post_thumbnail() ):?>
                                                                  <?php if (get_post_type( $post ) != "ai1ec_event") { ?>
-                                                        <div class="featured-image-wrap"><?php the_post_thumbnail("large"); ?></div>
+                                                        
                                                         <?php } ?>
                                                         <?php endif; ?>
                                                         <span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>