From: Anthony Talarico Date: Mon, 14 Jan 2019 16:40:28 +0000 (-0500) Subject: adding new default featured image for event detail page. X-Git-Tag: v1.0.44^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ef7b420f4861e371df12013db3fde698ff78b72a;p=WP-Themes%2Fgreatlakescfa.git adding new default featured image for event detail page. --- diff --git a/assets/event-detail.png b/assets/event-detail.png new file mode 100644 index 0000000..d6072b9 Binary files /dev/null and b/assets/event-detail.png differ diff --git a/functions.php b/functions.php index f142d43..2ae77a0 100644 --- a/functions.php +++ b/functions.php @@ -84,6 +84,9 @@ function glm_get_header() { if (has_post_thumbnail() && is_post_type('page')) { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full"); echo ' style="background-image: url('.$image_data[0].');height:0;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;overflow-y: hidden; "'; + }else if( is_page(1130) ){ + echo ' style="background-image: url('.get_template_directory_uri().'/assets/event-detail.png);height:0;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;overflow-y: hidden;"'; + echo ' class="no-featured"'; } else if(is_post_type('post') ){ echo ' style="background-image: url('.get_template_directory_uri().'/assets/slideshow-exterior-night.png);height:0;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;overflow-y: hidden;"'; echo ' class="no-featured"'; diff --git a/parts/header-meta.php b/parts/header-meta.php index 2635354..987b7be 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 5292822..10906be 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: GreatLakesCenterfortheArts Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for GreatLakesCenterfortheArts -Version: 1.0.43 +Version: 1.0.44 */