Filters

Changing any of the form inputs will cause the list of events to refresh with the filtered results.

  • ``` --- ## **What Changed:** 1. **Line 39**: Added `$is_ondemand` detection based on event format field 2. **Lines 42-46**: Wrapped date-tag template call in conditional - only shows for non-on-demand events 3. **Lines 51-56**: Wrapped date template call in conditional - only shows for non-on-demand events 4. **Line 86**: Added `!$is_ondemand` check to location display (on-demand courses don't need location) --- ## **File Location:** Place this file at: ``` /wp-content/themes/astra-child/tribe/events/v2/list/event.php
Scroll to Top