Navigation überspringen

[Gelöst] Using a third-party custom User Field

This support ticket is created vor 2 weeks, 5 days. 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zeitzone des Unterstützers: Asia/Kolkata (GMT+05:30)

Dieses Thema enthält 1 reply, hat 1 Stimme.

Zuletzt aktualisiert von neilR vor 2 weeks, 1 day.

Assistiert von: Minesh.

Author
Artikel
#2867071

Tell us what you are trying to do?
I have a third-party plugin which creates a user field. I can see the value in the User Profile in the back-end.
I want to show this value to the user on the front-end using Toolset.

Is there any documentation that you are following?
I've found this for CPT fields, but nothing for user fields. https://toolset.com/course-lesson/using-third-party-hidden-fields/#:~:text=To%20use%20a%20hidden%20custom,the%20list%20and%20click%20Apply.

What is the link to your site? No relevant link.

Any suggestions? Thanks.

#2867122

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

What if you try to use the following shortcode:

[wpv-user field="your-field-slug"]

More info:
- https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-user

#2867542

Perfect, thanks Minesh.