updating default header image
authorIan Weller <ian@gaslightmedia.com>
Tue, 18 Oct 2016 20:36:40 +0000 (16:36 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 18 Oct 2016 20:36:40 +0000 (16:36 -0400)
I changed the default header image with the original large image for now.

assets/DI-00889-132-1.jpg [new file with mode: 0644]
functions.php

diff --git a/assets/DI-00889-132-1.jpg b/assets/DI-00889-132-1.jpg
new file mode 100644 (file)
index 0000000..e56f63d
Binary files /dev/null and b/assets/DI-00889-132-1.jpg differ
index d11c978..8fac60a 100644 (file)
@@ -240,7 +240,7 @@ function glm_get_header() {
             echo ' style="background-image: url('.$image_data[0].');padding:0 0 15%;background-position:  center center;background-repeat:no-repeat;max-height: 300px;background-size: cover;margin: 0 auto; "';
         
     } else {
-            echo ' style="background-image: url('.get_template_directory_uri().'/assets/Default-Featured-Image-1600px.jpg);padding:0 0 15%;background-position:  center center;background-repeat:no-repeat;max-height: 300px;background-size: cover;margin: 0 auto; "';
+            echo ' style="background-image: url('.get_template_directory_uri().'/assets/DI-00889-132-1.jpg);padding:0 0 15%;background-position:  center center;background-repeat:no-repeat;max-height: 300px;background-size: cover;margin: 0 auto; "';
             echo ' class="no-featured"';
     }
     echo '>';