Hi entrepreneurial,
I’m using the following function instead of tribe_is_upcoming():
function my_is_upcoming() {
return tribe_is_upcoming() && (get_post_type() == "" || get_post_type() == "tribe_events") && !is_404();
}
Great! Glad to hear, that I can get rid of a few workarounds 🙂
Thanks!
Hi thanks, that seems to work!
But what I would like to know is, why did you disable event queries for admin views? Is there any undesirable side effect?
Thanks, but after one week I’m still waiting for a response…