projects
/
WP-Themes
/
capstone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae21c79
)
changing testimonial image to thumbnail size instead of large
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 6 Sep 2016 19:47:12 +0000
(15:47 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 6 Sep 2016 19:47:12 +0000
(15:47 -0400)
parts/blog-text.php
patch
|
blob
|
history
diff --git
a/parts/blog-text.php
b/parts/blog-text.php
index
02eb304
..
f8c8600
100644
(file)
--- a/
parts/blog-text.php
+++ b/
parts/blog-text.php
@@
-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