adding group_by_day flag to the front page events shortcode
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 5 Jul 2017 19:47:19 +0000 (15:47 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 5 Jul 2017 19:47:19 +0000 (15:47 -0400)
the front page events shortcode needs the group_by_day flag so that the dates are ordered
by date instead of category

parts/event-feed.php
style.css

index a7e7d16..f66e3a3 100644 (file)
@@ -1 +1 @@
-<?php echo do_shortcode('[glm-members-event-list template="eventsFeed.html" featured="True"]');?>
+<?php echo do_shortcode('[glm-members-event-list template="eventsFeed.html" featured="True" group_by_day="False"]');?>
index 859a9b8..3071f1f 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: PetoskeyArea
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for PetoskeyArea
-Version: 1.0.34
+Version: 1.0.35
 */