Skip Navigation

[Resolved] I want an image to Link to post

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/Karachi (GMT+05:00)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 1 year ago.

Assisted by: Waqar.

Author
Posts
#2684023

Hello

I want to make a link when I click an image
the code of my image is

{!{types field='foto-strooiflyer' title='%%TITLE%%' alt='%%ALT%%' size='custom' width='300px' height='200px' resize='crop'}!}{!{/types}!}

and I want when people click on the image they go to my post

on the page hidden link you can click on the link, but I want the same link when they click on the picture

Thank you for sending me the code to do this

#2684058

Hi,

Thank you for contacting us and I'd be happy to assist.

To convert this image into a link, you can wrap it inside the link HTML with the 'wpv-post-link' shortcode:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-link

Example:


<a href="{!{wpv-post-url}!}">{!{types field='foto-strooiflyer' title='%%TITLE%%' alt='%%ALT%%' size='custom' width='300px' height='200px' resize='crop'}!}{!{/types}!}</a>

regards,
Waqar

#2684063

Thank you. It works