I need to grab a list of current events. The events have a start and end date so I need to be able to select a range as opposed to just getting any list of events that have an end date that is after today's date.
Does anyone have any suggestions as to how to do this? (from what I've read there doesn't seem to be a way to use multiple "meta_key" and "meta_compare" values, but there must be a way some how)
Here's an example of what I'm using in my arguments, but I need to also do this for the start date as well:
'meta_key' => 'end_date_value', 'meta_compare' => '>', 'meta_value' => $todaysDate,