fixed contact us link in the header
authorIan Weller <ian@gaslightmedia.com>
Thu, 12 Jan 2017 21:53:20 +0000 (16:53 -0500)
committerIan Weller <ian@gaslightmedia.com>
Thu, 12 Jan 2017 21:53:20 +0000 (16:53 -0500)
I changed the peralink php reference to page id 38 instead of 40.

header.php

index 22df0ab..7ff18e6 100644 (file)
@@ -42,7 +42,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(40); ?>">Contact</a></li>
+                                                <li><a href="<?php echo get_permalink(38); ?>">Contact</a></li>
                                             </ul>
                                         </div>
                                     </div>