Map view currently broken - removing from standard county landing page display
authorLaury GvR <laury@gaslightmedia.com>
Sun, 10 Feb 2019 22:46:58 +0000 (17:46 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Sun, 10 Feb 2019 22:46:58 +0000 (17:46 -0500)
sections/interior-page.php

index a74a590..4706be9 100644 (file)
                             <?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 view='map' county-search='". $memberCountyId ."']"); ?>
+                                <?php echo do_shortcode("[glm-members-list 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 ?>