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:
943af29
)
Push correct dev70 IDs for lighthouses and waterfalls county pages
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 14 Feb 2019 22:27:42 +0000
(17:27 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 14 Feb 2019 22:27:42 +0000
(17:27 -0500)
sections/interior-page.php
patch
|
blob
|
history
diff --git
a/sections/interior-page.php
b/sections/interior-page.php
index
931e274
..
0c2a435
100644
(file)
--- a/
sections/interior-page.php
+++ b/
sections/interior-page.php
@@
-14,9
+14,9
@@
<?php if ( $countyChildren ) {
if(strpos(get_the_title($post->ID), 'Water') !== false ){
- $memberCategory = '
3
'; // L: 3, dev70: 25
+ $memberCategory = '
25
'; // L: 3, dev70: 25
} else if(strpos(get_the_title($post->ID), 'Light') !== false ){
- $memberCategory = '
4'; // L: 4, d
dev70: 21
+ $memberCategory = '
21'; // L: 4,
dev70: 21
} else {
}
} ?>