Duplicated an existing field that displays properly. Trying to get ‘French Button’ to display next to ‘Login’ at the top. I can get the link to show up in the Options section so I can add the link and display text but can not get it to display on the front end. Any suggestions? I think I’m missing something.
Can you show us the code please?
I assume you’re calling it correctly?
$french_button = get_field('french_button', 'option');
echo $french_button;