changing testimonial image to thumbnail size instead of large
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 6 Sep 2016 19:47:12 +0000 (15:47 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 6 Sep 2016 19:47:12 +0000 (15:47 -0400)
parts/blog-text.php

index 02eb304..f8c8600 100644 (file)
@@ -6,7 +6,7 @@
                                                     <?php echo the_content(); ?>
                                                        <?php if ( has_post_thumbnail() ):?>
                                                                  <?php if (get_post_type( $post ) != "ai1ec_event") { ?>
-                                                        <div class="featured-image-wrap"><?php the_post_thumbnail("large"); ?></div>
+                                                        <div class="featured-image-wrap"><?php the_post_thumbnail("thumbnail"); ?></div>
                                                         <?php } ?>
                                                         <?php endif; ?>
                                                 </article>
\ No newline at end of file