Saltar navegación

[Resuelto] Suggestion for adding Skills

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

Problem:

Post type "users", Each "users" post can have multiple skills

Need to add sorting filter where I can sort the fields with respect to users skills dynamically

Solution:

You can try the custom repeating single line field.

For example:

1) Create a custom single line field "Skills" in post type "users", enable option "Allow multiple instances of this field", see my screenshot skills.JPG

2) Edit each "users" post, and setup the values in custom field "Skills"

3) Setup your view block, you can filter and sortby the results by above custom field "Skills"

Relevant Documentation:

https://toolset.com/course-lesson/creating-and-displaying-repeatable-field-groups/

This support ticket is created 4 years, 11 months 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 -

Zona horaria del colaborador: Asia/Hong_Kong (GMT+08:00)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por keyurA 4 years, 11 months ago.

Asistido por: Luo Yang.

Autor
Mensajes
#2081505

Hey there!

Here we want to add skills for users that will be different with respect to different users
Also need to add sorting filter where I can sort the fields with respect to users skills dynamically

Kindly suggest me suitable custom field which can complete my requirement
Kindly refer the video for better understanding
enlace oculto

Thanks!

#2082215
skills.JPG

Hello,

I assume we are talking about such kind of case:
- Post type "users"
- Each "users" post can have multiple skills

If it is, I suggest you try the custom repeating single line field.

For example:
1) Create a custom single line field "Skills" in post type "users", enable option "Allow multiple instances of this field", see my screenshot skills.JPG

2) Edit each "users" post, and setup the values in custom field "Skills"

3) Setup your view block, you can filter and sortby the results by above custom field "Skills"

#2082953

My issue is resolved now. Thank you!