Hello,
In first, sorry for my English, don’t be rude guy 😡 !
I wanted to know how I can create a field like for exemple (Visit the website), so to the backend be able to add a link and after in the fronted juste show “Visit the website” which will open a new web page.
Thanks in advance for yout help!
Best Regards,
Nesto
Using a URL field.
<a href="<?php the_field('url_field_name'); ?>" target="_blank">Visit the website</a>
Hello, tahnks and the code where I past it ?
Thanks I’ll check that! Thanks again