Skip Navigation

[Resolved] url link composed of part literal part types custom field how do I write the it

This support ticket is created 4 years ago. 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
- 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)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by davidm-13 4 years ago.

Assisted by: Luo Yang.

Author
Posts
#1889191

Hi,
I have the following:

 Click <a href="<em><u>hidden link</u></em>" target="_blank" rel="noopener noreferrer">Flora of Israel Online</a> to view distribution and other botanical details

The href field ends: capzoh/"
I have the literal stored as a custom field so the href field should be

 href="<em><u>hidden link</u></em>" & [wpv-post-field name="wpcf-flora-org-il-link"] &"/"

What would be the correct way to write this?

Thanks for any help

#1890361

Hello,

I assume we are talking a custom field "flora-org-il-link", the field value is: capzoh/

If it is, please try to setup your link codes like this:

<a href="<em><u>hidden link</u></em> name='wpcf-flora-org-il-link']">[wpv-post-title]</a>
#1891211

Thanks Luo,
Managed to solve it on my own, glad to see we both arrived at the same solution - you been peeking?

Your help's much appreciated.

David