From fe71a065e30f0c1846bcc66854f9d4efcc456326 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 14 Feb 2019 17:27:42 -0500 Subject: [PATCH] Push correct dev70 IDs for lighthouses and waterfalls county pages --- sections/interior-page.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/interior-page.php b/sections/interior-page.php index 931e274..0c2a435 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -14,9 +14,9 @@ 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, ddev70: 21 + $memberCategory = '21'; // L: 4, dev70: 21 } else { } } ?> -- 2.17.1