removing members only logged in check for interior pages
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 5 Jun 2018 20:10:02 +0000 (16:10 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 5 Jun 2018 20:10:02 +0000 (16:10 -0400)
sections/interior-page.php
style.css

index 1e27b9f..2ab9346 100644 (file)
@@ -5,12 +5,9 @@
     <div id="content-wrapper">
         <div class="row">
             <div class="small-12 columns">
-                <?php if (is_user_logged_in()) {
-                    // If user is logged in as a member, display top bar, bread crumbs, & content -->
-                    get_template_part('parts/main-content');
-                } else {
-                    get_template_part('parts/glm-members-only-login-form');
-                } ?>
+         
+                   <?php get_template_part('parts/main-content'); ?>
+            
             </div>
         </div>
     </div>
index 5af8686..3880309 100644 (file)
--- 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