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:
adc0648
)
changing the front page events categories
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 4 Aug 2017 19:19:27 +0000
(15:19 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 4 Aug 2017 19:19:27 +0000
(15:19 -0400)
adding chamber and cvb cat ids to the front page events shortcode widget
sections/front-page.php
patch
|
blob
|
history
diff --git
a/sections/front-page.php
b/sections/front-page.php
index
86efaed
..
72d6ca8
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" limit=3 category="
1
"]');?>
+ <?php echo do_shortcode('[glm-members-event-list template="eventsFrontPage.html" limit=3 category="
4,5
"]');?>
<a class="button" href="#">view all events</a>
</div>
</div>