Support

Account

Home Forums Add-ons Repeater Field Link to External URLs? Reply To: Link to External URLs?

  • Hi @WPDragon

    In HTML, a link is created via the <a> tag. You need to use it like this:

    
    <a href="<?php the_field('image_photographer'); ?>" target="_blank">Click here</a>