Update shortcode for home page.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 27 Apr 2018 18:22:53 +0000 (14:22 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 27 Apr 2018 18:22:53 +0000 (14:22 -0400)
For featured events on homepage need to add group_by_day false.

sections/front-page.php
style.css

index b6c9730..ab667b6 100644 (file)
@@ -19,7 +19,7 @@
             <div id="feeds" class="small-12 medium-8 large-9 columns">
                 <div id="calendar-feed" class="row columns">
                     <h1>Calendar of Events</h1>
-                    <?php echo do_shortcode('[glm-members-event-list featured="True" template="eventsHomeCurrent.html"]');?>
+                    <?php echo do_shortcode('[glm-members-event-list featured="True" group_by_day="False" template="eventsHomeCurrent.html"]');?>:
                 </div>
                 <?php get_template_part('parts/blog-feed-front');?>
             </div>
index 07b1ceb..2715b35 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: HarborCountry
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for HarborCountry
-Version: 1.0.24
+Version: 1.0.25
 */