From: Anthony Talarico Date: Fri, 1 Jun 2018 16:37:35 +0000 (-0400) Subject: changing default interior image X-Git-Tag: v1.0.11^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=bf4064eb572a743ca4cfcf5d7ad0fa2977426873;p=WP-Themes%2Fkeweenaw2017.git changing default interior image changing the default interior image --- diff --git a/assets/default-sunset.jpg b/assets/default-sunset.jpg new file mode 100644 index 0000000..0350264 Binary files /dev/null and b/assets/default-sunset.jpg differ diff --git a/functions.php b/functions.php index cbc44c7..4c91a36 100644 --- a/functions.php +++ b/functions.php @@ -122,7 +122,7 @@ function glm_get_header() { echo ' style="background-image: url('.$image_data[0].');height:0;padding:0;padding-bottom:30%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px; "'; echo ' class="featured-image no-featured"'; } else { - echo ' style="background-image: url('.get_template_directory_uri().'/assets/default-header-winter.jpg);height:0;padding:0;padding-bottom:30%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;"'; + echo ' style="background-image: url('.get_template_directory_uri().'/assets/default-sunset.jpg);height:0;padding:0;padding-bottom:30%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;"'; echo ' class="featured-image no-featured"'; } echo '>'; diff --git a/parts/header-meta.php b/parts/header-meta.php index b355092..182fe1b 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -2,7 +2,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index bc32c79..4788143 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: keweenaw2017 Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for keweenaw -Version: 1.0.10 +Version: 1.0.11 */