projects
/
WP-Themes
/
discoverkalamazoo2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
950b6c2
)
Update for featured events in shorcode
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 2 May 2018 15:44:53 +0000
(11:44 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 2 May 2018 15:44:53 +0000
(11:44 -0400)
When using featured events need to include
group_by_day false if not using agenda style view.
parts/events-feed.php
patch
|
blob
|
history
diff --git
a/parts/events-feed.php
b/parts/events-feed.php
index
9a5f59d
..
acb579f
100644
(file)
--- a/
parts/events-feed.php
+++ b/
parts/events-feed.php
@@
-1,3
+1,3
@@
<div class="row fullWidth collapse">
- <?php echo do_shortcode('[glm-members-event-list template="eventsFeed.html" featured="True" limit="3"]'); ?>
+ <?php echo do_shortcode('[glm-members-event-list template="eventsFeed.html" featured="True"
group_by_day="False"
limit="3"]'); ?>
</div>