Skip Navigation

[Resolved] Make the Featured image in a view a link to the post

This support ticket is created 5 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by tracyN 5 years, 5 months ago.

Assisted by: Luo Yang.

Author
Posts
#1336277

I want to make the Featured image in a view a link to the post

The only thing I found when searching was this - https://toolset.com/forums/topic/wpv-post-featured-image-as-a-link/
As this is very old I was hoping there was an easier way of doing this?

#1336437

Hello,

You can setup the link with HTML codes, for example:

<a href="[wpv-post-url]">[wpv-post-featured-image]</a>

More help:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-featured-image
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-url

#1336453

That didn't work but this did - I wanted the featured image to be a link not add a link...

My issue is resolved now. Thank you!