Cycle slider no thumbnail area if no featured image
authorLaury GvR <laury@gaslightmedia.com>
Tue, 20 Jan 2015 21:14:59 +0000 (16:14 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 20 Jan 2015 21:14:59 +0000 (16:14 -0500)
front-page.php

index 8d96f26..ed8d7ab 100755 (executable)
                                         <div>
 
                                             <div class="row">
+                                                <?php if (has_post_thumbnail( $post_id )) { ?> 
                                                 <div class="small-8 small-centered medium-4 medium-uncentered columns">
                                                     <?php echo get_the_post_thumbnail($post->ID, array(190, 190), array('class' => 'blog-excerpt-img-wrap')); ?>
-                                                </div>
-                                                <div class="small-12 medium-8 columns">
+                                                    </div>
+                                                    <div class="small-12 medium-8 columns">
+                                                     <?php } else { ?>
+                                                    <div class="small-12 columns">
+                                                    <?php } ?>
                                                     <h3 class="title-posts" href="<?php the_permalink(); ?>"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
 
                                                     <p id="date" class="italic"><?php echo get_the_date('D, F j, Y g:iA', $post->ID); ?></p>