From: Ian Weller Date: Tue, 18 Oct 2016 20:36:40 +0000 (-0400) Subject: updating default header image X-Git-Tag: v1.0.0^2~54 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8598c82723752b8666699c58ac41dd48d8001cae;p=WP-Themes%2Fmackinacbridge.git updating default header image I changed the default header image with the original large image for now. --- diff --git a/assets/DI-00889-132-1.jpg b/assets/DI-00889-132-1.jpg new file mode 100644 index 0000000..e56f63d Binary files /dev/null and b/assets/DI-00889-132-1.jpg differ diff --git a/functions.php b/functions.php index d11c978..8fac60a 100644 --- a/functions.php +++ b/functions.php @@ -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 '>';