Hi,
I am trying to achieve something I thought it would be easy. But it´s not.
I already saw all the videos about ACF and Loopers, and it wasn’t helpful for this particular case.
I create a field in ACF to apply to Portfolio items. That field is set up as checkbox, to allow the selection of more than one “tag/choice”.
I am using a Looper provider (row) and the Looper consumer to fetch all (tag/choice) of that specific field.
As a normal Looper, I thought I could edit the first one, and all the other would follow a long.
But the problem is that the looper is fetching all “tags/choices” as one, instead of fetching just one choice.
See ACF set up:
To my particular example, I selected 3 of those items for Style (on the portfolio item page) and this is what it looks like when fetching. Above the Style area, im doing the same with portfolio categories and it works fine.
I would like to know how can i fetch one, and repeat with the others?
Thank you