changing the events sidebar widget template to the new city template to display the...
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 16 Jan 2019 14:15:29 +0000 (09:15 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 16 Jan 2019 14:15:29 +0000 (09:15 -0500)
sidebar.php

index 161467d..8b975e1 100644 (file)
@@ -50,7 +50,7 @@
 
     <div id="sidebar-events">
         <h2>Upcoming Events</h2>
-        <?php echo do_shortcode('[glm-members-event-list template="eventsFrontPage.html" limit="3"]'); ?>
+        <?php echo do_shortcode('[glm-members-event-list template="eventsFrontPageCity.html" limit="3"]'); ?>
         <a href="<?php echo get_permalink(757); ?>" class="button view-all-events">View All Events</a>
     </div>
 </div>