From: Laury GvR Date: Wed, 9 Aug 2017 20:30:40 +0000 (-0400) Subject: Setting the events template to simply use the no-sidebar template. X-Git-Tag: v1.0.0^2~50 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4813582324db1246f7081fc4322a3660e3719ed2;p=WP-Themes%2Fbaragacounty.git Setting the events template to simply use the no-sidebar template. --- diff --git a/events-template.php b/events-template.php index d9427a4..4a70b9a 100644 --- a/events-template.php +++ b/events-template.php @@ -2,5 +2,6 @@ /* Template Name: Events Template */ +$template !== 'no-sidebars.php'; get_template_part('index'); ?> \ No newline at end of file