Can A Loop Show Current Events?
-
Hello, I’m trying to make my AQL return events that are currently happening.
I have a an ACF called “start-date” and another one called “end-date”. I’ve used Lane’s solution from another thread to get “Coming Soon” events to work relative to today’s date but this one doesn’t seem to work.
I’m trying to use two Post Meta Queries to achieve this as follows:
start-date < todays_date
AND
end-date > todays_dateFor some reason it returns no results.
I can get dates before today, or dates after. For either start-date or end-date. But not between. Am I right in thinking if an event satisfies both queries it should be returned?
Or am I missing something?
The page I need help with: [log in to see the link]
The topic ‘Can A Loop Show Current Events?’ is closed to new replies.