Skip Navigation

[Closed] I want to link the "Post featured image" shortcode to the actual post.

This support ticket is created 4 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 4 years, 5 months ago.

Assisted by: Christian Cox.

Author
Posts
#1737861

Currently, you can't click on the images.

#1737929

Hello, there's no built-in option to generate a link using the wpv-post-featured-image shortcode, so you would have to construct a link tag manually around the post featured image shortcode using HTML and the wpv-post-url shortcode. That link HTML might look something like this:

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

You can read more about those shortcodes and some others offered here: https://toolset.com/documentation/programmer-reference/views/views-shortcodes/
Let me know if you have questions about that.

The topic ‘[Closed] I want to link the "Post featured image" shortcode to the actual post.’ is closed to new replies.