I would like to display gallery images as a slider in ACF.

I would like to display gallery images as a slider in ACF.

I found the following page, but do not know how to implement it in ACF.

If you know more about this, please explain.

Check this out:

Cheers

Patric

Finally, I was able to output the data! Thank you very much.
I had to write so much!
I think this is a feature I use quite a bit, so I would like to see it become a standard feature.
Currently, the order of output is in the order in which the media folders are registered, but what if I want it to be in the order in which it is sorted on the admin screen?

When you loop through the values of the Gallery-type field and push the IDs into an array and feed this to the query, the images will automatically be in the order in which they are in the post editor.

Do you know the specific code?

1 Like