From: Laury GvR Date: Thu, 14 Feb 2019 22:27:42 +0000 (-0500) Subject: Push correct dev70 IDs for lighthouses and waterfalls county pages X-Git-Tag: v1.0.0^2~97 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fe71a065e30f0c1846bcc66854f9d4efcc456326;p=WP-Themes%2Fuptravel.git Push correct dev70 IDs for lighthouses and waterfalls county pages --- 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 { } } ?>