Skip Navigation

[Resolved] What the best way to add keywords / Tags to post type?

This support ticket is created 3 years, 7 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
- 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 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 6 replies, has 2 voices.

Last updated by nadavL 3 years, 7 months ago.

Assisted by: Minesh.

Author
Posts
#2193461

Hi,
I wish to add a keywords field (preferably where I can separate the keywords by comma or another character).

What would be the best way to do this, which will also enable me to set a view and filter it by keywords?

Thanks

#2193799

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Toolset offers View's search integration with "Relevanssi" plugin using which you can search the text within the custom field you created using the Toolset.
=> https://toolset.com/course-lesson/searching-texts-in-custom-fields-with-toolset-and-relevanssi/

I suggest you should check above tutorial and see if that help you to resolve your issue.

#2193803

Thanks Minesh, but that's not what I meant.

I need to be able to build a page with Toolset View which will display content related to specific keywords.

#2193811

Minesh
Supporter

Languages: English (English )

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

Do you want to allow users to search using the specific keyword or you want to filter using specific keyword as given under:

[wpv-view name="my-view" keyword="abc"]

[wpv-view name="my-view" keyword="xyz"]

If you can share more details how you setup your custom fields and how exactly you want to filter the results.

#2193819

When I add a new post (WordPress default) I have a tags field as seen in this video: hidden link

First I wish to have a similar field in Toolset post types I've added.

The next thing I wish to do is to build a new > Add View > display posts based on one or more of these tags.

I hope I was able to explain myself better.

#2193821

Minesh
Supporter

Languages: English (English )

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

What you can do is add a new taxonomy from Toolset => Taxonomies and chose flat taxonomy and assign it to display with your desired post type.
=> https://toolset.com/course-lesson/creating-a-custom-taxonomy/

Then you can create a view to display your posts and add a taxonomy filter and select your custom taxonomy and display that custom taxonomy filter on frontend as per your requirement (select, checkboxes).

More info:
=> https://toolset.com/course-lesson/creating-a-custom-search/#steps-for-creating-custom-searches

#2193825

My issue is resolved now. Thank you!