projects
/
WP-Themes
/
petoskeyarea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b57e6
)
adding link to the view all events link on the front page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 27 Aug 2019 20:50:57 +0000
(16:50 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 27 Aug 2019 20:50:57 +0000
(16:50 -0400)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
3a551bf
..
e5bf6dd
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-72,7
+72,7
@@
<h1>Upcoming Events</h1>
</div>
<div id="glma-events-carousel-more">
- <div>
View All Events <span class="arrow"></span
></div>
+ <div>
<a href="<?php echo get_permalink(3655); ?>">View All Events <span class="arrow"></span></a
></div>
</div>
</div>
<?php get_template_part('parts/event-feed'); ?>