Hey all,
I noticed that the native Bricks query loop option generated by Metabox works both ways (e.g. works on both the TO and FROM CPT templates).
However, when I use a custom query, I need to make two WP_Queries: one for TO and one for FROM, and these would appear as two separate queries in the Bricks Builder Query Loop dropdown.
What I am trying to achieve is a single option in the Bricks Builder Query Loop Dropdown that queries the relationship both ways in the same exact manner that the default Metabox-generated query does.
Is there code somewhere that shows what the default query looks like so I can apply the same code to my custom WP_Queries so I can use them with one option in the builder instead of two separate options?
Hope this makes sense.