So my current query is: post_type=tribe_organizer&p={{dc:post:meta key="_EventOrganizerID" multiple=“true”}}
But that’s not the correct way to format the query of “get tribe_organizer posts 1,2” because p is for a single value, not an array! (that dynamic content tag does correctly output a comma separated list.)
I went through the wp query docs and tried walking through a query builder tool to help me get my syntax right… but i’m just missing something! I think it’s the translation to a string that’s tripping me up. Could I get some help with this please?
On a related note, is there any plan to add a dynamic component to the query builder’s “specific posts” filter? It seems like just the thing to solve these kinds of issues.