projects
/
WP-Themes
/
ChippewaCounty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33f7768
)
Fixing Board Corner permalink
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 30 Jan 2018 19:05:23 +0000
(14:05 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 30 Jan 2018 19:05:23 +0000
(14:05 -0500)
previous fix resulted in a php error.
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
0b74acd
..
c884697
100644
(file)
--- a/
footer.php
+++ b/
footer.php
@@
-34,7
+34,7
@@
<p>Chippewa County EDC</p>
<p>5019 Airport Drive, Kincheloe, MI 49788</p>
<p>906-495-5631</p>
- <a href="<?php echo
get_permalink(1510
); ?>">Board Corner</a>
+ <a href="<?php echo
esc_url( get_permalink( get_post(1510) )
); ?>">Board Corner</a>
</div>
</div>
</footer>