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:
c8318c5
)
Don't show sidebar area beside county landing page listings after search
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 15 Feb 2019 22:11:46 +0000
(17:11 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 15 Feb 2019 22:11:46 +0000
(17:11 -0500)
sections/county-page.php
patch
|
blob
|
history
diff --git
a/sections/county-page.php
b/sections/county-page.php
index
7c8dec4
..
4e23cdc
100644
(file)
--- a/
sections/county-page.php
+++ b/
sections/county-page.php
@@
-44,7
+44,7
@@
<?php if ( $membersCountyId ) { ?>
<?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 show='-map,-search' blank-start='true' county-search='". $membersCountyId ."']"); ?>
+ <?php echo do_shortcode("[glm-members-list show='-map,-search
,-sidebar-area
' blank-start='true' county-search='". $membersCountyId ."']"); ?>
<?php } ?>
</div>
</div>