From 63697b234edd4a13a8a33ccae79f698b3a402ac1 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 23 Oct 2019 11:20:29 -0400 Subject: [PATCH] Don't show default interior image on event registration pages --- functions.php | 2 +- parts/header-meta.php | 4 ++-- style.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions.php b/functions.php index 82797b0..d16dca2 100644 --- a/functions.php +++ b/functions.php @@ -143,7 +143,7 @@ function glm_get_header($memberID = false) { // echo ''; // echo ''; // } - } else { + } else if ( $post->id != 122 ) { // usn't the event registration page $featured_classes[] = "interior-default"; echo ' <?php wp_title(); ?> - + - \ No newline at end of file + diff --git a/style.css b/style.css index 2d0dd51..8078d84 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: destinationmi Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for Destination Michigan -Version: 1.0.2 +Version: 1.0.3 */ -- 2.17.1