Support

Account

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

  • Hi @WPDragon

    something like this

    <p class="image_photographer">Image courtesy of: <a href="<?php the_field('photographer_url')?>"> <?php the_field('image_photographer') ?> </a></p>

    where “photographer_url” is a text field

    Cheers