Hi,
You can customize search filter based on your need, please refer the following document.
https://www.wp-eventmanager.com/documentation/creating-custom-event-search-form/
Thanks
Hi @ockent,
You can disable search filter by adding show_filters inside your events shortcode
[events per_page="10" show_filters="false"]
Thank you
Thread Starter
ockent
(@ockent)
I am not looking to disable the filter. Infact i want just only that. I want a search bar with a “search” button a few filter parameters such as location, date, event type and or category options that i can place on the home. Most events websites have this. Conducting a search from the search bar should then take you to a search result page. That page can be the [events] for instance displaying the results of the search.
I hope that i am more clear now as to what i am looking for.
Hi @ockent,
This is the advanced customization you can achieve via making dynamic shortcode argument at result page.
Get the passed value from the form and assign those value in shortcode parameter.
Thank you