changed page link id for contact link in the header
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 6 May 2016 13:11:34 +0000 (09:11 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 6 May 2016 13:11:34 +0000 (09:11 -0400)
header.php

index 6c19fd1..5079ffc 100644 (file)
@@ -26,7 +26,7 @@
                                     <div id="sec-head-nav" class="large-12 columns text-right">
                                         <ul>
                                             <li><a href="<?php echo esc_url( home_url() ); ?>">Home</a></li>
-                                            <li><a href="<?php echo get_permalink(100); ?>">Contact</a></li>
+                                            <li><a href="<?php echo get_permalink(237); ?>">Contact</a></li>
                                         </ul>
                                     </div>
                                 </div>