Support

Account

Home Forums Front-end Issues Show as many multiple images as there are in the same page Reply To: Show as many multiple images as there are in the same page

  • Hi There,

    Thanks for reaching out to us.

    For such an implementation, I would recommend that you make use of the get_fields function.

    https://www.advancedcustomfields.com/resources/get_fields/

    This function will return an array of all the field and value related to a specific post.

    You can then implement some code to filter and only return values for the image field type.

    Hope this helps.