New featured iamge
authorLaury GvR <laury@gaslightmedia.com>
Wed, 19 Dec 2018 17:48:38 +0000 (12:48 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 19 Dec 2018 17:48:38 +0000 (12:48 -0500)
assets/default.jpg
functions.php
header.php
style.css

index 4d18fe4..79b2707 100644 (file)
Binary files a/assets/default.jpg and b/assets/default.jpg differ
index e50325f..335322e 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?v=1.2.44\') no-repeat scroll 0px center / cover;"></div>';
+        $imageUrl = '<div class="featured-image" style="background: url(\''.get_template_directory_uri().'/assets/default.jpg?v=1.2.46\') no-repeat scroll 0px center / cover;"></div>';
     }
     return $imageUrl;
 }
index 193f2de..fc8df35 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.44">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.46">
       <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 553c579..3a52bd2 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.45
+Version: 1.2.46
 */