projects
/
WP-Themes
/
uptravel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9853b55
)
Add associate display for county children using no-sidebar
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 14 Feb 2019 23:15:37 +0000
(18:15 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 14 Feb 2019 23:15:37 +0000
(18:15 -0500)
sections/interior-page.php
patch
|
blob
|
history
diff --git
a/sections/interior-page.php
b/sections/interior-page.php
index
fff5282
..
cc30937
100644
(file)
--- a/
sections/interior-page.php
+++ b/
sections/interior-page.php
@@
-103,6
+103,11
@@
<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; ?>