Support

Account

Home Forums Add-ons Gallery Field Linking from the Gallery field to a page Reply To: Linking from the Gallery field to a page

  • Hi @kwebbin

    So close! All you need to do is target the attachment when using the_field(‘link’) like this:

    
    <a href="<?php the_field('link', $image['id']); ?>"
    

    Thanks
    E