projects
/
WP-Themes
/
csrye.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b963889
)
removing img from side bar excerpt
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 18 May 2016 15:20:23 +0000
(11:20 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 18 May 2016 15:20:23 +0000
(11:20 -0400)
parts/blog-feed-home.php
patch
|
blob
|
history
diff --git
a/parts/blog-feed-home.php
b/parts/blog-feed-home.php
index
3367862
..
152a604
100644
(file)
--- a/
parts/blog-feed-home.php
+++ b/
parts/blog-feed-home.php
@@
-14,9
+14,11
@@
foreach($lastposts as $post) : setup_postdata($post); ?>
<div class="home-feed-post">
<div class="row">
<?php if (has_post_thumbnail( $post->ID )) { ?>
+<!--
<div class="small-11 small-centered columns text-center home-feed-post-image">
<?php echo get_the_post_thumbnail($post->ID, array(190, 190), array('class' => 'blog-excerpt-img-wrap')); ?>
</div>
+-->
<div class="small-12 medium-12 columns home-feed-post-content">
<?php } else { ?>
<div class="small-12 columns home-feed-post-content">