From: Laury GvR Date: Wed, 23 Oct 2019 15:20:29 +0000 (-0400) Subject: Don't show default interior image on event registration pages X-Git-Tag: v1.0.3^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=63697b234edd4a13a8a33ccae79f698b3a402ac1;p=WP-Themes%2Fdestinationmi.git Don't show default interior image on event registration pages --- 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 */