-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image Selector #155
Comments
There is a plain So you could use the following: $group->addField('my_field_name', 'acfe_image_selector', []); I thought the |
Thanks, I will try this and post a working example ! |
So in the end I used https://github.com/cyberwani/ACF-Image-Select instead of the ACF extended plugin. To add the field :
The images must be named 1.png, 2.png, 3.png and 4.png for this to work. I also modified the ACF-Image-Select plugin in order to get the values instead of the images' path with the get_field() method, in a similar fashion as explained in this issue. |
Hi there, how can you achieve an Image Selector field ?
https://www.acf-extended.com/features/fields/image-selector
The text was updated successfully, but these errors were encountered: