Use correct IDs for waterfalls/lighthouses county shortcodes
authorLaury GvR <laury@gaslightmedia.com>
Thu, 21 Feb 2019 16:50:13 +0000 (11:50 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 21 Feb 2019 16:50:13 +0000 (11:50 -0500)
sections/interior-page.php

index 9169db0..038dbbd 100644 (file)
         
         <?php if ( $countyChildren ) {
             if ( strpos( get_the_title( $post->ID ), 'Water' ) !== false ) {
-                $membersCategory = '3'; // L: 3, dev70: 25
+                $membersCategory = '25'; // L: 3, dev70: 25
                 $showHeaderMap = true;
             } else if ( strpos( get_the_title( $post->ID ), 'Light' ) !== false ) {
-                $membersCategory = '4'; // L: 4, dev70: 21
+                $membersCategory = '21'; // L: 4, dev70: 21
                 $showHeaderMap = true;
             } else if ( strpos( get_the_title( $post->ID ), 'Business' ) !== false ) {
                 $membersCategory = true;