We’re working on a new project and we need to show related events not from the same category but from the same venue. Is it possible? Can you give us some suggests?
You can take a look at the “tribe_get_related_posts()” function, particularly the “tribe_related_posts_args” filter within that function. That is where you can replace the arguments from being a query on the Event Category and Tags to being a meta query based on the Venue ID attached to the event.