adding group_by_day flag to the front page events
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 5 Jul 2017 19:38:46 +0000 (15:38 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 5 Jul 2017 19:38:46 +0000 (15:38 -0400)
front page featured events needed the group_by_day flag so they are ordered by date via the
shortcode from the front page template

parts/event-feed.php
style.css

index c6a5079..4dad23f 100644 (file)
@@ -1 +1 @@
-<?php echo do_shortcode('[glm-members-event-list template="eventsFeed.html" featured="True"]');?>
\ No newline at end of file
+<?php echo do_shortcode('[glm-members-event-list template="eventsFeed.html" featured="True" group_by_day="False"]');?>
\ No newline at end of file
index 72ea6f3..077e0cf 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: CornwellsTurkeyville
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for CornwellsTurkeyville
-Version: 1.0.4
+Version: 1.0.5
 */