Support

Account

Home Forums Add-ons Options Page Get the value (image url) of custom size in a repeater Reply To: Get the value (image url) of custom size in a repeater

  • okay it took me sometime but figured it out till the end

    I had to add the ‘option’ when calling for the image field

    <?php $attachment_id = get_sub_field(‘orbit_image’, ‘option’);

    🙂