Add EDC event category to frontpage event feed at Client's request
authorLaury GvR <laury@gaslightmedia.com>
Tue, 31 Oct 2017 14:05:29 +0000 (10:05 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 31 Oct 2017 14:05:29 +0000 (10:05 -0400)
sections/front-page.php

index c99c773..e21bed5 100644 (file)
@@ -17,7 +17,7 @@
             <div id="feeds" class="small-12 medium-5 columns">
                 <div id="calendar-feed" class="row columns">
                     <h2>Upcoming Events</h2>
-                      <?php echo do_shortcode("[glm-members-event-list template='eventsFrontPage.html' category='4,5' limit=3]"); ?>
+                      <?php echo do_shortcode("[glm-members-event-list template='eventsFrontPage.html' category='4,5,6' limit=3]"); ?>
                  <a class="button" href="<?php echo get_permalink( 4863 );?>">View All Events</a>
                 </div>
             </div>