<?php if ( $memberCountyId ) { ?>
<?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 county-search='". $memberCountyId ."']"); ?>
+ <?php echo do_shortcode("[glm-members-list view='map' county-search='". $memberCountyId ."']"); ?>
<?php } ?>
<?php } else if ( $memberCountyId && $memberCategory) { ?>
<?php // if parent isn't counties page, but membercountyid & category are still set, we're on a county child page - show content & list ?>