Skip Navigation

[Resolved] How to setup the best Taxonomy

This support ticket is created 3 years, 1 month 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 3 replies, has 2 voices.

Last updated by Luo Yang 3 years, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#2212295

Tell us what you are trying to do?
I am trying to create a Contractors/Trades Directory - where the user can select the Town they live, and filter the Type of Trade worker they want in order to filter the Business’s that will travel to that Area, and can do that Trade.

So that’s 3 components: Towns, Trade Types & Business’s

I’m trying to understand the optimal way to organize my Post Types, my Taxonomy and the Relationships.

Is there any documentation that you are following?
https://toolset.com/course/wordpress-directory-and-classifieds-sites/

What is the link to your site?
hidden link

#2212579

Hello,

Here are my opinions:
1) Setup one post types "Business"
https://toolset.com/course-lesson/creating-a-custom-post-type/

2) Setup two taxonomies
- Towns
- Trade Types
register them to post type "Business"
https://toolset.com/course-lesson/creating-a-custom-taxonomy/

3) Create a page, display a post view:
- Query "Contractors" posts
- Setup the custom search form:
Filter by taxonomies "Towns" and "Trade Types"
- In view's loop display the "Business" post information
https://toolset.com/lesson-placement/lesson-placements-1622935-1621213/

For your reference.

#2213079

Thanks for your reply! In fact what you are suggesting is exactly what I have setup already 🙂
I was hung up on if I needed to create any type of post relationships, and I couldn't figure out why I would need to. I see you haven't suggested it as necessary, so I do appreciate your input.

Thanks, =Z

#2213317

Yes, I agree with you, it does not other post types and post type relationship for now.

And it is possible and easy to add more post types and post type relationships in the future.