Hi all,
I have a need to reference my post's featured thumbnail. I was able to display it no problem with the use of
<?php the_post_thumbnail(); ?>
However I notice it links to the actual post it came from, is it possible to have it just reference the img src itself and now auto attach a link to itself? Thanks in advance.