Support

Account

Home Forums General Issues ACF URL field uppercase Reply To: ACF URL field uppercase

  • It is deeper that i thought!

    In case that you can’t find anything else… make url-field to text-field and will work 100%

    
    <a href="<?php echo get_post_meta($post->ID, 'Url', true); ?>"><?php echo get_post_meta($post->ID, 'Url', true); ?></a>