Hi,
I wonder if is possible create a field to insert links, so that the user does not needs insert any HTML code for that the link to be clickable, ie only http://www.google.com.br or google.com.br . If yes, which is the field that I need to use?
Many thanks!
Hi @thiagonunes
Thanks a lot for contacting us.
You could make use of the url field.
I hope this helps.
Hi @thiagonunes
Thanks a lot for contacting us.
You could make use of the url field.
I hope this helps.
Hi,
This field is only available in the PRO version?
Thanks!
Hi @thiagonunes
Yes, the URL field only available in the PRO version. But it’s just like a text field; only it will check if you enter a valid URL or not.
If you want it to be clickable automatically, you need to modify the front end template like this:
<a href="<?php the_field('url_custom_field_name'); ?>">
I hope this helps 🙂