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:
63e5f82
)
removing get_post from get permalink
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 14 Dec 2015 19:11:26 +0000
(14:11 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 14 Dec 2015 19:11:26 +0000
(14:11 -0500)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
78d6aef
..
33df457
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_post( 1414 ) )
); ?>">View All Events</a></label>
+ <label><a href="<?php echo esc_url( get_permalink(
1414)
); ?>">View All Events</a></label>
</div>
<br>
</div>