Hey folks.
I want to add an extra line of code to my wordpress site, but I can't fgure out the correct code. Maybe someone can help me?
Every post has a featured image. I want to add a line of code, to that the the direct link to the featured image appears as a link in the theme.
Must be something like
Code:
<a href='$postthumbnail-whatever-url' title='$thumbnail-title-or-so' target="_blank">CLICK HERE</a>
Any helpers?