Saltar navegación

[Resuelto] Use wpv-post-previous-link shortcode to display featured image

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

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)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por chuckH hace 6 años, 4 meses.

Asistido por: Nigel.

Autor
Mensajes
#1128542

Hi. How do I get the wpv-post-previous-link and wpv-post-next-link view shortcodes to display the featured image? It appears to only include title, date by default.

Thank you

#1129027

Nigel
Supporter

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

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

Screenshot 2018-10-17 at 11.14.41.png

You mean where you insert such a shortcode and it offers placeholders for %%TITLE%% and %%DATE%% for the link text (screenshot), you would like to have a %%FEATURED_IMAGE%% placeholder available, too?

There is no such option available, you are limited to the title and/or date.

If you wanted something similar that displayed the featured images, you'd need to craft your own custom shortcodes for that (or a single shortcode that output both prev and next links as images).

https://developer.wordpress.org/plugins/shortcodes/

#1129352

Will do. I was hoping it was a built-in feature/parameter I was missing. Thank you.