Support

Account

Home Forums Front-end Issues Merge an ACF URL and Text field to create a href Reply To: Merge an ACF URL and Text field to create a href

  • 
    $link = get_field('media_outlet_url', $this->post->ID);
    
    if ( $hb1 )
    {
       ?>
        <a href="<php echo $link; ?>" target="_blank"><?php 
            the_field('media_outlet',$this->post->ID); ?</a>
       <?php
      /// code continues ...