Update the shortcode call for home events.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 18 Oct 2016 13:19:09 +0000 (09:19 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 18 Oct 2016 13:19:09 +0000 (09:19 -0400)
Get the featured events for the home page.

sections/front-page.php

index b583fa4..b6c9730 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 current="True" limit="3"]');?>
+                    <?php echo do_shortcode('[glm-members-event-list featured="True" template="eventsHomeCurrent.html"]');?>
                 </div>
                 <?php get_template_part('parts/blog-feed-front');?>
             </div>