<br>
<?php echo do_shortcode("[glm-members-list show='-map,-search' 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 ?>
+ <?php get_template_part('parts/main-content'); ?>
+ <br>
+ <?php echo do_shortcode("[glm-members-list show='-map,-search' category='". $memberCategory ."' county-search='". $memberCountyId ."']"); ?>
<?php } else { ?>
<?php get_template_part('parts/main-content'); ?>
<?php } ?>