changing the location driving directions link
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 24 Apr 2017 14:22:24 +0000 (10:22 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 24 Apr 2017 14:22:24 +0000 (10:22 -0400)
setting the permalink page id in the footer and off canvas to 212 to reflect the
contact page

footer.php
parts/off-canvas-menu.php

index abeac1e..475b228 100644 (file)
@@ -6,7 +6,7 @@
                             <div class="row">
                                 <div class="small-centered medium-8 columns show-for-medium-up text-center">
                                     <ul>
-                                        <li><a href="<?php echo get_permalink(9); ?>">Location/Driving Directions</a></li>
+                                        <li><a href="<?php echo get_permalink(212); ?>">Location/Driving Directions</a></li>
                                         <li><a href="https://www.facebook.com/Riverboat-Tours-MI-1591129491158502/" target="_blank" class="facebook"></a></li>
                                     </ul>
                                 </div>
index cb74fe2..53067e0 100644 (file)
@@ -4,7 +4,7 @@
         <li><a href="https://www.facebook.com/Riverboat-Tours-MI-1591129491158502/" target="_blank" class="facebook"></a></li>
     </ul>
     <ul>
-        <li><a href="<?php echo get_permalink(9); ?>">Location/Driving Directions</a></li>
+        <li><a href="<?php echo get_permalink(212); ?>">Location/Driving Directions</a></li>
     </ul>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>