Also display county subpage member listings without shortcode
authorLaury GvR <laury@gaslightmedia.com>
Sun, 10 Feb 2019 22:42:22 +0000 (17:42 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Sun, 10 Feb 2019 22:42:22 +0000 (17:42 -0500)
sections/interior-page.php

index d817832..8ec870c 100644 (file)
                                 <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 } ?>