I have two CPTs: States and Houses. One State can have multiple Houses.
On the homepage, I need to create a query loop with all the Houses available, regardless of the State they are in. BUT, I need to show in the card a tag indicating the State related to each House.
I have created the CPTs with Metabox, and also created a Relationship between States > Houses.
But now comes the tricky part. Is there any way to…
Create a grid of cards with all the Houses.
For each House, look for the State that the House is related.
Show the Post Title of the State in each House Card?
Any ideas? Is it possible to do it with the built-in controls of the Query interface in Bricks?