Problem:
I want to add custom text to the link of an URL Field created by Toolset Types.
How?
Solution:
You can have Links saved in a URL Field with a custom label for the link coming from another field, you can either use the ShortCode like the below
[types field='url' title='[types field="my_title_field"]'][/types]
or, a custom HTML link like the below
<a href="[types field='url' output='raw'][/types]">[types field='my_title_field' output='raw'][/types]</a>
Note that the URL should be saved in an URL Field.
Relevant Documentation:
https://toolset.com/documentation/customizing-sites-using-php/functions/
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 |
---|---|---|---|---|---|---|
- | - | 14:00 – 20:00 | 14:00 – 20:00 | 14:00 – 20:00 | 14:00 – 20:00 | 14:00 – 20:00 |
- | - | - | - | - | - | - |
Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)
This topic contains 2 replies, has 2 voices.
Last updated by 5 years, 7 months ago.
Assisted by: Beda.