I had a recent community support ticket at:
https://support.metabox.io/topic/team-topic-event-in-a-view/
I have Custom Post Types for Events (events), Topics (topic), and Team Members (team)
with the following Relationships:
Team to Topic (team-to-topic)
Topic to Event (topic-to-event
That was for the Single Team member page.
Now I am on to the Single Event page, where I need Event data, a loop for Topic data, and Related Team Member data.
I have a view set up and am pulling the data for the Event and the related Topics, but I am having difficulty getting the related Team Member data. The data I need from the Team member is the featured image and the team_member_name.
Pastebin is currently undergoing maintenance, so I used a GitHub Gist:
https://gist.github.com/swest/56de57093c8ca1af90635e23200b81cb
The Gist contains the post type definitions, the relationship definitions, and the single-event_view.twig file.
https://share.cleanshot.com/VhGY1fPl
Any help you can give will be appreciated.