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:
4552ed8
)
fixed block linking to incorrect page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 14 Dec 2015 18:52:59 +0000
(13:52 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 14 Dec 2015 18:52:59 +0000
(13:52 -0500)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
0a76d84
..
78d6aef
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-44,7
+44,7
@@
</div>
<br>
<div class="block-button">
- <label><a href="<?php echo esc_url( get_permalink( get_p
age_by_title( '2015 Events Calendar'
) ) ); ?>">View All Events</a></label>
+ <label><a href="<?php echo esc_url( get_permalink( get_p
ost( 1414
) ) ); ?>">View All Events</a></label>
</div>
<br>
</div>