From: Anthony Talarico Date: Thu, 26 Jan 2017 21:25:55 +0000 (-0500) Subject: fixing conditional that removes sidebar from all non events template pages X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=da71cb95efa122dc7bc34c0c2dd3cee72eb65757;p=WP-Themes%2Fglmthemes%2Fcrawfordcounty-theme.git fixing conditional that removes sidebar from all non events template pages --- diff --git a/sidebar.php b/sidebar.php index d26f115..f5d8110 100644 --- a/sidebar.php +++ b/sidebar.php @@ -1,4 +1,4 @@ -ID ) === "events-template.php" ) { ?> +ID ) !== "events-template.php" ) { ?>