From: Laury GvR Date: Mon, 27 Nov 2017 21:50:35 +0000 (-0500) Subject: Changing out the default page header when no featured image is selected X-Git-Tag: v1.1.20^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=5ec4e2f879596a1bcea952248b556c35b5516703;p=WP-Themes%2Fsaultstemarie.git Changing out the default page header when no featured image is selected --- diff --git a/assets/winter-sledding.png b/assets/winter-sledding.png new file mode 100644 index 0000000..85c2f3b Binary files /dev/null and b/assets/winter-sledding.png differ diff --git a/functions.php b/functions.php index 067a62b..54434ce 100644 --- a/functions.php +++ b/functions.php @@ -173,7 +173,7 @@ function glm_get_featured() { $imageUrl = ''; } else { - $imageUrl = ''; + $imageUrl = ''; } return $imageUrl; }