I removed the feature image wrap that was displaying an image on the blog
page. It was needed when the file was used for the single posts, but the
blog-text-single has proven to be a good replace.
<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>