<?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>