uncommenting commented out blog single featured images
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 19 Sep 2016 18:27:11 +0000 (14:27 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 19 Sep 2016 18:27:11 +0000 (14:27 -0400)
parts/blog-text.php

index 419c807..f6987bf 100644 (file)
@@ -1,13 +1,11 @@
                                                 <article id="<?php the_ID()?>" <?php post_class()?>>
                                                     <header class="entry-header">
                                                         <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") { ?>
+                                                        <?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; ?>
--->
+                                                        <?php } ?>
+                                                        <?php endif; ?>
                                                         <span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>
                                                     </header>
                                                     <?php echo the_content(); ?>