Sauter la navigation

[Résolu] Use wpv-post-previous-link shortcode to display featured image

This support ticket is created Il y a 6 années et 4 mois. 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)

Ce sujet contient 2 réponses, a 2 voix.

Dernière mise à jour par chuckH Il y a 6 années et 4 mois.

Assisté par: Nigel.

Auteur
Publications
#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

Les langues: Anglais (English ) Espagnol (Español )

Fuseau horaire: 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.