I've got a Custom Post Type for FAQs. I'd like to be able to "assign" each FAQ to pages and/or archives. So I set up 2 relationships: FAQ to Page and FAQ to Service (which is a CPT). I "assigned" each FAQ to the page and/or archive I want it to be displayed on.
I have a Bricks template for my FAQs that I'm using on pages and archives which is using a query loop.
But I'm stumped on how to set up the query loop so that the correct FAQs are displayed. I've tried using the query type MB Relationship: FAQ to Service which works. I've tried using the query type MB Relationship: FAQ to Page which works. But there's no way to select both relationships in the same query. Any help would be appreciated as I'm new to CPTs and query loops.