projects
/
WP-Themes
/
saultstemarie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be7bfbd
)
remove featured image from blog home
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 21 Jan 2016 20:06:59 +0000
(15:06 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 21 Jan 2016 20:06:59 +0000
(15:06 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
f265b8d
..
2ccfd99
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-90,7
+90,7
@@
function glm_get_header() {
else
$post_id = $post->ID;
- if (has_post_thumbnail($post_id)) {
+ if (has_post_thumbnail($post_id)
&& (!(is_home()) )
) {
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id($post_id), "full");
echo ' style="background-image: url('.$image_data[0].');height:0;padding:0;padding-bottom:30%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 420px;min-height: 150px; "';
} else {