projects
/
WP-Themes
/
wmta.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
229a379
)
See previous commit, which just entailed stylesheet bumping
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 26 Feb 2018 13:54:49 +0000
(08:54 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 26 Feb 2018 13:54:49 +0000
(08:54 -0500)
inc/hero-header.php
patch
|
blob
|
history
diff --git
a/inc/hero-header.php
b/inc/hero-header.php
index
97afe76
..
b5ef655
100644
(file)
--- a/
inc/hero-header.php
+++ b/
inc/hero-header.php
@@
-18,7
+18,7
@@
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' );
echo '<img src="'.$image[0].'" alt="" >' ;
} else {
- echo '<img src="'.esc_url(get_template_directory_uri()).'/
img/hero-default.jpg" alt="" >'
;
+ echo '<img src="'.esc_url(get_template_directory_uri()).'/
assets/img/default-header-member.jpg" alt="" >'
;
} ?>
</div>