New default featured image added per client request
authorLaury GvR <laury@gaslightmedia.com>
Tue, 18 Dec 2018 19:37:43 +0000 (14:37 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 18 Dec 2018 19:37:43 +0000 (14:37 -0500)
assets/default.jpg
functions.php
header.php
style.css

index 2071dc0..4d18fe4 100644 (file)
Binary files a/assets/default.jpg and b/assets/default.jpg differ
index f230eff..91966ab 100644 (file)
@@ -389,7 +389,7 @@ function glm_get_background() {
         $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
         $imageUrl = '<div class="featured-image" style="background: url(\''.$image_data[0].'\') no-repeat scroll 0px 0px / cover;;"></div>';
     } else {
-        $imageUrl = '<div class="featured-image" style="background: url(\''.get_template_directory_uri().'/assets/default.jpg\') no-repeat scroll 0px bottom / cover;;"></div>';
+        $imageUrl = '<div class="featured-image" style="background: url(\''.get_template_directory_uri().'/assets/default.jpg?v=1.2.44\') no-repeat scroll 0px bottom / cover;;"></div>';
     }
     return $imageUrl;
 }
index 2416171..193f2de 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.43">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.44">
       <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
index 44796cc..078d59d 100644 (file)
--- 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
 */