From: Anthony Talarico Date: Tue, 5 Jun 2018 20:10:02 +0000 (-0400) Subject: removing members only logged in check for interior pages X-Git-Tag: v1.0.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4b1b5047d1de96f687099b400d2df59b56235921;p=WP-Themes%2Fhpakidscamp.git removing members only logged in check for interior pages --- 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