Add associate display for county children using no-sidebar
authorLaury GvR <laury@gaslightmedia.com>
Thu, 14 Feb 2019 23:15:37 +0000 (18:15 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 14 Feb 2019 23:15:37 +0000 (18:15 -0500)
sections/interior-page.php

index fff5282..cc30937 100644 (file)
                 <div class="row">
                     <div class="small-12 columns" data-equalizer-watch>
                         <?php get_template_part('parts/main-content');?>
+                        <?php if ( $memberCategory && $memberCountyId) { ?>
+                            <?php // If this is a county child page ?>
+                            <br>
+                            <?php echo do_shortcode("[glm-members-list show='-map,-search' category='". $memberCategory ."' county-search='". $memberCountyId ."']"); ?>
+                        <?php } ?>
                     </div>
                 </div>
             <?php break; ?>