projects
/
WP-Themes
/
baragacounty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a18709e
)
uncommenting missed commented lines in the single blog featured image loop
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 19 Sep 2016 18:28:18 +0000
(14:28 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 19 Sep 2016 18:28:18 +0000
(14:28 -0400)
parts/blog-text.php
patch
|
blob
|
history
diff --git
a/parts/blog-text.php
b/parts/blog-text.php
index
f6987bf
..
ebb264f
100644
(file)
--- a/
parts/blog-text.php
+++ b/
parts/blog-text.php
@@
-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>
+ <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>