Setting the events template to simply use the no-sidebar template.
authorLaury GvR <laury@gaslightmedia.com>
Wed, 9 Aug 2017 20:30:40 +0000 (16:30 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 9 Aug 2017 20:30:40 +0000 (16:30 -0400)
events-template.php

index d9427a4..4a70b9a 100644 (file)
@@ -2,5 +2,6 @@
 /*
 Template Name: Events Template
 */
+$template !== 'no-sidebars.php';
 get_template_part('index');
 ?>
\ No newline at end of file