removing members only checking
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 May 2018 12:39:42 +0000 (08:39 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 May 2018 12:39:42 +0000 (08:39 -0400)
removing references to member db members only functions

sections/interior-page.php

index f32e31e..ea3db33 100644 (file)
                         <div id="content-wrapper">
                             <div class="row">
 
-                                <?php if(is_in_tree(MEMBERS_ONLY_ID)) { ?>
-                                    <?php get_template_part('sections/glm-members-only'); ?>
-                                <?php } else { ?>
-
                                     <?php if(function_exists('bcn_display') && !is_front_page())
                                     {
                                         echo "<div class=\"breadcrumbs small-12 columns\">";
@@ -35,8 +31,7 @@
                                 <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
                                     <?php //get_sidebar(); ?>
                                 </div>
-                -->
-                                <?php } // End of members only check ?>
+        
                             </div>
                         </div>
                     </main>