projects
/
WP-Themes
/
baragacounty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2881b7
)
Update href for event link
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 5 Sep 2017 16:33:27 +0000
(12:33 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 5 Sep 2017 16:33:27 +0000
(12:33 -0400)
Going to new page.
sections/front-page.php
patch
|
blob
|
history
diff --git
a/sections/front-page.php
b/sections/front-page.php
index
c6696a2
..
c99c773
100644
(file)
--- a/
sections/front-page.php
+++ b/
sections/front-page.php
@@
-18,7
+18,7
@@
<div id="calendar-feed" class="row columns">
<h2>Upcoming Events</h2>
<?php echo do_shortcode("[glm-members-event-list template='eventsFrontPage.html' category='4,5' limit=3]"); ?>
-
<a class="button" href="#
">View All Events</a>
+
<a class="button" href="<?php echo get_permalink( 4863 );?>
">View All Events</a>
</div>
</div>
</div>