Remove unnecessary sidebar display for county child pages that won't use the no-sideb...
authorLaury GvR <laury@gaslightmedia.com>
Thu, 14 Feb 2019 23:25:13 +0000 (18:25 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 14 Feb 2019 23:25:13 +0000 (18:25 -0500)
sections/interior-page.php

index cc30937..fff5282 100644 (file)
                 <div class="row">
                     <div class="small-12 columns" data-equalizer-watch>
                         <?php get_template_part('parts/main-content');?>
-                        <?php if ( $memberCategory && $memberCountyId) { ?>
-                            <?php // If this is a county child page ?>
-                            <br>
-                            <?php echo do_shortcode("[glm-members-list show='-map,-search' category='". $memberCategory ."' county-search='". $memberCountyId ."']"); ?>
-                        <?php } ?>
                     </div>
                 </div>
             <?php break; ?>