linking the map to the districts we serve page
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 13 Aug 2018 13:07:10 +0000 (09:07 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 13 Aug 2018 13:07:10 +0000 (09:07 -0400)
linking front page map to the proper page, id 183

parts/map-front.php

index ec72980..2cec119 100644 (file)
@@ -1,6 +1,8 @@
 <div id="glm-our-mission" class="row">
     <div class="small-12 medium-6 large-5 columns">
-        <img src="<?php echo get_template_directory_uri(); ?>/assets/map.png" alt="">
+        <a href="<?php echo get_permalink(183); ?>">
+            <img src="<?php echo get_template_directory_uri(); ?>/assets/map.png" alt="">
+        </a>
     </div>
     <div class="small-12 medium-6 large-7 columns">
         <?php