projects
/
WP-Themes
/
migcsa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14efb5a
)
Updating shortcode
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 4 Feb 2019 17:06:48 +0000
(12:06 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 4 Feb 2019 17:06:48 +0000
(12:06 -0500)
to get events correctly
parts/event-feed.php
patch
|
blob
|
history
diff --git
a/parts/event-feed.php
b/parts/event-feed.php
index
ea519ec
..
03f83b9
100644
(file)
--- a/
parts/event-feed.php
+++ b/
parts/event-feed.php
@@
-1
+1
@@
-<?php echo do_shortcode('[glm-members-event-list template="eventsFeed.html" limit=3 group_by_day="False"]');?>
+<?php echo do_shortcode('[glm-members-event-list template="eventsFeed.html" limit=3 group_by_day="False"
show_all_in_agenda="True"
]');?>