projects
/
WP-Themes
/
cityofharborsprings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66ce5b6
)
adding permalink for view all events button
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 30 Oct 2018 19:32:32 +0000
(15:32 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 30 Oct 2018 19:32:32 +0000
(15:32 -0400)
sections/front-page.php
patch
|
blob
|
history
diff --git
a/sections/front-page.php
b/sections/front-page.php
index
bcc7db4
..
7f5d6bd
100644
(file)
--- a/
sections/front-page.php
+++ b/
sections/front-page.php
@@
-11,7
+11,7
@@
</div>
<div id="events-widget" class="small-12 large-4 columns">
<?php echo do_shortcode('[glm-members-event-list template="eventsFrontPage.html" limit="3"]'); ?>
- <a class="button view-all-events" href="">View All Events</a>
+ <a class="button view-all-events" href="
<?php echo get_template_directory_uri(1215); ?>
">View All Events</a>
</div>
</div>