projects
/
WP-Themes
/
gilmoremuseum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a5d9e
)
New news link in the header
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 30 Mar 2015 17:52:31 +0000
(13:52 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 30 Mar 2015 17:52:31 +0000
(13:52 -0400)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
f66428f
..
1d3d2c9
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-33,7
+33,7
@@
</div>
<br>
<div class="block-button">
- <label><a href="
#
">More News</a></label>
+ <label><a href="
<?php echo esc_url( get_permalink( get_page_by_title( 'News' ) ) ); ?>
">More News</a></label>
</div>
<br>
</div>