Skip Navigation

[Resuelto] Making all segments of a view clickable

This support ticket is created hace 4 años, 11 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

Etiquetado: ,

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por deliap hace 4 años, 11 meses.

Asistido por: Nigel.

Autor
Mensajes
#1412457

Tell us what you are trying to do?
We've created views and we would like all aspects of the views to be clickable. We have the following components
Featured Image - we'd like this to link to the post
Post Title with link - this is working as we'd like
Post Meta - Author - we'd like this to link to the author

Is there any documentation that you are following? No

Is there a similar example that we can see? enlace oculto

What is the link to your site? enlace oculto

#1412831

Nigel
Supporter

Idiomas: Inglés (English ) Español (Español )

Zona horaria: Europe/London (GMT+00:00)

Hi there

For the featured image you would need to construct a link around the image where you pass the post URL as the href of the link.

So something like this:

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

When you insert the post author you can specify the format should be a link to the author archive which will add an attribute to the shortcode like so:

[wpv-post-author format="link"]
#1413363

My issue is resolved now. Thank you!