I have a CPT set up called ‘brand’, in which I want to specify particular product range pages for that brand (up to three using Post Object selector from ACF plugin).
How would I go about building the correct Query String in a Looper Provider?
So far, I have the Query String working correctly at: page_id={{dc:post:meta key=“range_link”}}
But I would also like to have range_link_2 and range_link_3 listed in the Looper Provider too.
I have tried page_id={{dc:post:meta key=“range_link”}},{{dc:post:meta key=“range_link_2”}},{{dc:post:meta key=“range_link_3”}} but I’ve not been successful.
Thanks