Push correct dev70 IDs for lighthouses and waterfalls county pages
authorLaury GvR <laury@gaslightmedia.com>
Thu, 14 Feb 2019 22:27:42 +0000 (17:27 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 14 Feb 2019 22:27:42 +0000 (17:27 -0500)
sections/interior-page.php

index 931e274..0c2a435 100644 (file)
@@ -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, ddev70: 21
+                $memberCategory = '21'; // L: 4, dev70: 21
             } else {
             }
         } ?>