I am trying to have a team page (a custom post type) that beside other content shows its team members (another custom post type). To achieve this, we made a taxonomy that we use for both custom post types. Each team has exactly one entry that is named after the team. We then add the taxonomy to the team members. Some team members are assigned to a team, some aren't.
After that we created a view that we include in the layout of the team that should filter the team members that have the same taxonomy as the team.
Link to a page where the issue can be seen: versteckter Link (in the tab section at the bottom in the tab "team").
I expected to see the views of the team members connected to the same taxonomy as the team itself is.
Instead, I got: There is nothing shown in this tab.
I also hardcoded the taxonomies and it's still not working. So maybe there is an error elsewhere. So far we didn't had any problem working with Toolset, so we aren't sure where the error could be.
Thanks for your hint regarding testing it on a normal page. That didn't work. Therefore I tried to make all settings the same as on another view that worked. But that didn't helped either. So I deleted this View and duplicated the other one and adjusted it to my needs. Not it works, even with the query filter.
I have no clue where the error was, but it's running now 🙂