(Origami) Featured image link to corresponding post

I want to ‘only’ have my featured image displaying on the main page, which when clicked, will navigate to the corresponding post.

currently the whole post is display, featured image and post content.

This is the website

http://www.blinkbuddies.com

Thank you in advance.

Add this before the featured image:

<a href="<?php the_permalink(); ">

And after the featured image:

</a>

Thank you for your reply.

This gives a better idea of what I am after.

Any suggestions would be welcome.

If no one can think of a way to solve this. Does anyone know of a theme that would better suit my needs. Thank you.