If I understand correctly, you want to list posts each with its featured image as a link to the post itself?
If so, you can put this in your View:
<a href="[wpv-post-url]">[wpv-post-featured-image]</a>
If I understand correctly, you want to list posts each with its featured image as a link to the post itself?
If so, you can put this in your View:
<a href="[wpv-post-url]">[wpv-post-featured-image]</a>