Support

Account

Home Forums Backend Issues (wp-admin) Allow multi image upload Reply To: Allow multi image upload

  • HI @amin20100

    This is not possible with ACF, a suggested workaround would be to loop through the values of the gallery field.

    The resultant get_field() for this field should return an array of image data for each individual image.