Just wondering if you could point me in the right direction on how to add filters on the event list. I want to add a drop-down filter just like the category filter with the Venue and Month of the events.
That’s the Table View Template add-on and you can override the template by placing a copy of it within the root directory of your theme (preferably a child theme) to be able to override the output and add your own.
So copy \eea-events-table-template\templates\espresso-events-table-template.template.php into your child theme.
You can then add any additional dropdowns into that file.
That output uses JavaScript to hide/show the rows based on the select values so you’ll also need to add your own JS to do that, similar to the JS in:
The support post ‘Adding Drop-down Filters for Event List’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.