changing the front page events categories
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 4 Aug 2017 19:19:27 +0000 (15:19 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 4 Aug 2017 19:19:27 +0000 (15:19 -0400)
adding chamber and cvb cat ids to the front page events shortcode widget

sections/front-page.php

index 86efaed..72d6ca8 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" limit=3 category="1"]');?>
+                    <?php echo do_shortcode('[glm-members-event-list template="eventsFrontPage.html" limit=3 category="4,5"]');?>
                     <a class="button" href="#">view all events</a>
                 </div>
             </div>