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:
72edbd9
)
View all event button on fp given the right link
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 26 Dec 2018 20:44:09 +0000
(15:44 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 26 Dec 2018 20:44:09 +0000
(15:44 -0500)
sections/front-page.php
patch
|
blob
|
history
diff --git
a/sections/front-page.php
b/sections/front-page.php
index
6962df1
..
4c6e4b9
100644
(file)
--- a/
sections/front-page.php
+++ b/
sections/front-page.php
@@
-12,7
+12,7
@@
<div id="events-widget" class="small-12 large-4 columns">
<h2 style="color: #474644;">Meetings & Events </h2>
<?php echo do_shortcode('[glm-members-event-list template="eventsFrontPage.html" limit="3"]'); ?>
- <a class="button view-all-events" href="<?php echo get_permalink(
1215
); ?>">View All Events</a>
+ <a class="button view-all-events" href="<?php echo get_permalink(
597
); ?>">View All Events</a>
</div>
</div>