I have an events post type that has start date and end date custom fields.
The events need to be searched by date - this is currently working using this Query Filter: hidden link
I also need the events to display only events from today onwards in descending order so the most upcoming events are shown first. I can get this to work using this query filter: hidden link
However, I cannot find a way to have both working - how can I show only events from today onwards and also allow people to search by date?
Unfortunately you can only define the filters once, you're not able to first search for both the start date and end date if you want to have the start date as a static filter.
You can however just use the end date as a dynamic filter.