I am trying to use ACF to add files to be able to download. And I am using the following code:
<?php if( get_field('jesmond_breakfast') ):?>
<a href="<?php the_field('jesmond_breakfast'); ?>" target="_blank"><strong>Brochure</strong></a>
<?php
endif;?>
Then I have this set up in ACF.
But for some reason, I am having no luck.
Can anyone see the issue?
instead of you can store in variable after given in