Skip Navigation

[Resolved] Suggestion for adding Skills

This thread is resolved. Here is a description of the problem and solution.

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 3 years, 8 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 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by keyurA 3 years, 8 months ago.

Assisted by: Luo Yang.

Author
Posts
#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
hidden link

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!