Skip Navigation

[Résolu] wpv-post-link shortcode with custom field instead of title

This support ticket is created Il y a 9 années et 11 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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/Hong_Kong (GMT+08:00)

This topic contains 2 réponses, has 2 voix.

Last updated by diegoL Il y a 9 années et 11 mois.

Assigned support staff: Luo Yang.

Auteur
Publications
#154706

Is there a way in a View to have a post link appear but replace the post title with the text from a custom field?

#154826

Hi diegoL,

I assume we are talking to replace the text of shortcode [wpv-post-link] with custom field "my-filed", which is created with Types
You can try this code:

<a href="[wpv-post-url]">[types field="my-filed" id=""][/types]</a>
#155102

Perfect thank you!