Saltar navegación

[Resuelto] Using a third-party custom User Field

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 -

Zona horaria del colaborador: Asia/Kolkata (GMT+05:30)

Este tema contiene 1 respuesta, tiene 1 mensaje.

Última actualización por neilR 2 weeks, 1 day ago.

Asistido por: Minesh.

Autor
Mensajes
#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
Colaborador

Idiomas: Inglés (English )

Zona horaria: 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.