Don't show sidebar area beside county landing page listings after search
authorLaury GvR <laury@gaslightmedia.com>
Fri, 15 Feb 2019 22:11:46 +0000 (17:11 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 15 Feb 2019 22:11:46 +0000 (17:11 -0500)
sections/county-page.php

index 7c8dec4..4e23cdc 100644 (file)
@@ -44,7 +44,7 @@
             <?php if ( $membersCountyId ) { ?>
                 <?php // If the county ID is set in the county page's custom field, show the member list appropriate for that county ?>
                 <br>
-                <?php echo do_shortcode("[glm-members-list show='-map,-search' blank-start='true' county-search='". $membersCountyId ."']"); ?>
+                <?php echo do_shortcode("[glm-members-list show='-map,-search,-sidebar-area' blank-start='true' county-search='". $membersCountyId ."']"); ?>
             <?php } ?>
         </div>
     </div>