I’m attempting to remove past events from The Events Calendar from my site’s search results. The search results include multiple post types including Events. This is the condition that I set for posts.
Only show posts if the start date of the event is after the current date.
{{dc:post:meta key="_eventstartdateutc" format="Y-m-d"}}
after {{dc:global:date format="Y-m-d"}}
Unfortunately, this results in no posts appears. Not even events. What am I doing wrong?