Dear Support Team,
I bought a events calendar pro license and a few other plugin, I will admit for close to 300$ USD I was expecting a bit more Like having to pay 89$ to filter from my point of view it’s overrated it should be native in pro, but it’s not the point of my topic.
In order to centralised the events management for the web site and the selling parts, I used a “WP_Query” object on with I pass the “tribe_events” post type and “tribe_events_cat” taxomony to retrieve specific post on a specific categ to display on home page. The query works well perhaps somewhere in your plugin the query get “filtered” with a date limitation
AND (wp_postmeta.meta_value >= '2016-04-15 16:35:45' OR (wp_postmeta.meta_value <= '2016-04-15 16:35:45' AND tribe_event_end_date.meta_value >= '2016-04-15 16:35:45' )
Since we are a small non lucrative organisation we don’t have much event and we would like to always have 3 “events” display on front page even if they are passed.
Can you guide me on witch filter should I remove or a procedure to avoid having a date limitation on my WP_query mysql query?
regards