Hello,
I’m trying to do a custom wp_query with our Tribe events and need a little help. I want to return results by month, so I’m thinking I’ll need to do a meta_query with two sub_queries — one for month, one for year. I *think* I can figure out the syntax, but I’m just not sure of the meta_keys.
I was looking here — http://docs.tri.be/Events-Calendar/source-function-tribe_get_start_date.html#13-45 — and saw “_EventStartDate.” Is that the right meta_key?
Any other insight would be appreciated, too.