From 603d1a074e9806314118495bb1efde7bb552c74b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 9 Aug 2018 15:54:03 -0400 Subject: [PATCH] adding no sidebar page template for glma pages --- parts/main-content.php | 10 +++++++++- sections/interior-page.php | 5 ++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/parts/main-content.php b/parts/main-content.php index 219e054..81ae034 100644 --- a/parts/main-content.php +++ b/parts/main-content.php @@ -1,4 +1,12 @@ -
+ID ); + if(!$template == 'no-sidebar.php'){ ?> +
+ +
+ + + "; diff --git a/sections/interior-page.php b/sections/interior-page.php index 7a8c40e..c59fd6a 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -16,7 +16,10 @@

- + + + +
-- 2.17.1