If you mean this
Code:
<a href='<?php echo $postthumbnail; ?>' title='<?php echo $thumbnail; ?>' target="_blank">CLICK HERE</a>
the answer is no.
This code points to the post-url. A need to point it to the post-thumbnail-url.
But we are getting closer.