projects
/
WP-Themes
/
turkeyville.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
740a0ec
)
adding links to the events page to the front page view all events banners
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 27 Feb 2017 19:56:15 +0000
(14:56 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 27 Feb 2017 19:56:15 +0000
(14:56 -0500)
sections/front-page.php
patch
|
blob
|
history
diff --git
a/sections/front-page.php
b/sections/front-page.php
index
e836de6
..
2abba1c
100644
(file)
--- a/
sections/front-page.php
+++ b/
sections/front-page.php
@@
-35,13
+35,13
@@
<h5>Featured Events</h5>
</div>
<div class="event-list right show-for-medium-up">
- <a href="
#
"><h5>View All Event</h5></a>
+ <a href="
<?php echo get_permalink(96); ?>
"><h5>View All Event</h5></a>
</div>
<?php get_template_part('parts/event-feed'); ?>
</div>
<div class="show-for-small-down row">
<div class="event-list">
- <a href="
#
"><h5>View All Event</h5></a>
+ <a href="
<?php echo get_permalink(96); ?>
"><h5>View All Event</h5></a>
</div>
</div>
</div>