Hi all,
I’m trying to modify the main loop in a custom rss feed (so that I can order events correctly while still honoring the event cat) however, I have run into a small problem. If I use tribe_get_events it returns everything and doesn’t honor the event cat. If I take out the tribe_get_events bit then the cats are honored, but the sorting is by post date. I know the solution is to modify the main query, but I cannot figure it out.
So, my question is, can I use tribe_get_events with query_posts? If so, will that even work? And lastly, has anyone successfully created a useful event feed?
Thanks, Sean