From 4813582324db1246f7081fc4322a3660e3719ed2 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 9 Aug 2017 16:30:40 -0400 Subject: [PATCH] Setting the events template to simply use the no-sidebar template. --- events-template.php | 1 + 1 file changed, 1 insertion(+) 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 -- 2.17.1