Support

Account

Home Forums Add-ons Gallery Field Custom Fields in Gallery Array Reply To: Custom Fields in Gallery Array

  • you could just call it like:

    
    <?php
    $constrain = get_field('constrain', $image['id']); //$image being the single image in the gallery array
    
    ?>
    
    

    Since it’s basically just another meta-data for a post.