From: Laury GvR Date: Tue, 18 Dec 2018 19:37:43 +0000 (-0500) Subject: New default featured image added per client request X-Git-Tag: v1.2.44^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=401415116edc5ecbc9b5153d7b6076bdf99cb62e;p=WP-Themes%2Fmountpleasantwow.git New default featured image added per client request --- diff --git a/assets/default.jpg b/assets/default.jpg index 2071dc0..4d18fe4 100644 Binary files a/assets/default.jpg and b/assets/default.jpg differ diff --git a/functions.php b/functions.php index f230eff..91966ab 100644 --- a/functions.php +++ b/functions.php @@ -389,7 +389,7 @@ function glm_get_background() { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full"); $imageUrl = ''; } else { - $imageUrl = ''; + $imageUrl = ''; } return $imageUrl; } diff --git a/header.php b/header.php index 2416171..193f2de 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 44796cc..078d59d 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: MountPleasantCVB Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for MountPleasantCVB -Version: 1.2.42 +Version: 1.2.44 */