projects
/
WP-Themes
/
devdemo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c83ad8a
)
fixed contact us link in the header
author
Ian Weller
<ian@gaslightmedia.com>
Thu, 12 Jan 2017 21:53:20 +0000
(16:53 -0500)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
22df0ab
..
7ff18e6
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-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>