Hi,
I’ve successfully added the code for my file upload from ACF to my single post template and would like to have the link as a button rather than just text as a link. I attempted to add a ‘get shortcode’ prompt but this didn’t work. Here’s what I have added in the template:
<a href="<?php the_field('file_upload'); ?>" >Download File</a>
<?php endif; ?
Thanks!