changing link to mobile map from rv park map permalink
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 8 May 2017 15:21:56 +0000 (11:21 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 8 May 2017 15:21:56 +0000 (11:21 -0400)
had to fix the permalink id to link the mobile map from the main rv park map

rv-map.php

index 6fd563a..e46b523 100644 (file)
@@ -223,7 +223,7 @@ $js_categories = json_encode($categories);
                     </map>
         
                     <img class="show-for-large-up hide-for-medium-down" src="<?php echo get_template_directory_uri(); ?>/assets/Camp-Site-map.png" alt="Camp Sites" usemap="#campgroundMap">
-                    <a href="<?php echo get_permalink(451); ?>"><img class="show-for-medium-down hide-for-large-up" src="<?php echo get_template_directory_uri(); ?>/assets/Camp-Site-map.png" alt="Camp Sites"> </a>
+                    <a href="<?php echo get_permalink(230); ?>"><img class="show-for-medium-down hide-for-large-up" src="<?php echo get_template_directory_uri(); ?>/assets/Camp-Site-map.png" alt="Camp Sites"> </a>
    
                 </div>