Hi,
I’m trying to add a hyperlink to my featured image using advanced field. Everything else is fine but I cannot figure out the correct format to make the custom field a hyperlink. See below what I tried. It’s outputting the custom field but not making it a hyperlink. for the image.
printf( '<div class="pdf-cover"><a href="' . the_field('my-custom-link') .'" title="%s">%s</a></div>', the_title_attribute( 'echo=0' ), $img );
Any ideas?