Support

Account

Home Forums ACF PRO Select field as list item category for a gallery always gives first saved option Reply To: Select field as list item category for a gallery always gives first saved option

  • You need to specify the image id when getting a field from an attachment

    <?php echo the_field('orientation', $image['ID']); ?>