Hello everyone,
I created a relationship between two post types with MetaBox.
Now, inside the post I can loop through all the linked posts:
Because in type I can see the relationship.
The question is, I’m using the query filter and I want to filter base on the relationship (i.e. filter all the posts that have a relationship with A).
But I can’t find how to filter based on the relationship. Is it possible? Should I create some custom PHP function?
Thank you!