Hi there,
I have a Problem here, and I am not sure if it is posible to solve it with the Toolset.
I have a custom posttype "persons" and my normal Posttype "post" can be assosiated to a Person. So if i write a blogpost I can chose from a Dropdown if the Post is related to a Person. I do this with a intermediate Posttype so that i can hava a many-to-many relationship.
Now I have a View that shows a List of the custom posttype "persons" an I can filter this List! On the sidebar I want so show posts related to the "filtered persons".
Lets say I have set a filter and the result list shows me the persons with the IDs 5,6,7. How can I get a List of all News related to this IDs? Is this posible?
Greats Harald