From 4b1b5047d1de96f687099b400d2df59b56235921 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 5 Jun 2018 16:10:02 -0400 Subject: [PATCH] removing members only logged in check for interior pages --- sections/interior-page.php | 9 +++------ style.css | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/sections/interior-page.php b/sections/interior-page.php index 1e27b9f..2ab9346 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -5,12 +5,9 @@
- - get_template_part('parts/main-content'); - } else { - get_template_part('parts/glm-members-only-login-form'); - } ?> + + +
diff --git a/style.css b/style.css index 5af8686..3880309 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: HPA Kids Camp Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for Destination Michigan -Version: 1.0.1 +Version: 1.0.2 */ \ No newline at end of file -- 2.17.1