Hi there,
I’m trying to show/hide content based on the condition that a specific ACF (field type: select) meta key has two specific values.
Unfortunately I can only get it to work with one value. As soon as two values are selected it doesn’t work anymore.
So this works If only one option is selected:
{{dc:post:meta key=“selection”}} is Option1
This doesn’t work:
{{dc:post:meta key=“selection”}} is Option1 and
{{dc:post:meta key=“selection”}} is Option2
How can I achieve that?
Thanks





