• I am trying to figure out how to code this right now I have

    <?php
    
    if(get_field('apply'))
    {
    	echo '<a href="' . get_field('apply') . 'Apply Now</a>';
    }
    
    ?>

    But this is not working so I must be missing somthing.

The topic ‘Display if has URL’ is closed to new replies.