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:
b35211a
)
Add EDC event category to frontpage event feed at Client's request
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 31 Oct 2017 14:05:29 +0000
(10:05 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 31 Oct 2017 14:05:29 +0000
(10:05 -0400)
sections/front-page.php
patch
|
blob
|
history
diff --git
a/sections/front-page.php
b/sections/front-page.php
index
c99c773
..
e21bed5
100644
(file)
--- a/
sections/front-page.php
+++ b/
sections/front-page.php
@@
-17,7
+17,7
@@
<div id="feeds" class="small-12 medium-5 columns">
<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]"); ?>
+ <?php echo do_shortcode("[glm-members-event-list template='eventsFrontPage.html' category='4,5
,6
' limit=3]"); ?>
<a class="button" href="<?php echo get_permalink( 4863 );?>">View All Events</a>
</div>
</div>