unsetting the events search from the featured events shortcode in the partial
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 1 Jun 2018 20:44:18 +0000 (16:44 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 1 Jun 2018 20:44:18 +0000 (16:44 -0400)
parts/events-feed.php
style.css

index acb579f..3160219 100644 (file)
@@ -1,3 +1,6 @@
 <div class="row fullWidth collapse">
+    <?php $event_name = $_REQUEST['event_name']; 
+    unset( $_REQUEST['event_name'] );?>
     <?php echo do_shortcode('[glm-members-event-list template="eventsFeed.html" featured="True" group_by_day="False" limit="3"]'); ?>  
+    <?php $_REQUEST['event_name'] = $event_name; ?>
 </div>
index 8e3b38d..fd08c82 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Discover Kalamazoo 2018
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Discover Kalamazoo
-Version: 1.0.15
+Version: 1.0.16
 */