Problem:
I am trying to understand if I should use Custom Fields or Taxonomies.
It seems to me that when creating a page for a client to complete,
some fields will be completed by selecting from a drop down list and some fields such as a description will need to enter text.
Therefore will a data entry page have both Custom Fields and Taxonomies.
Solution:
Custom fields are used to store extra information for a post, while Taxonomies are used to cluster the posts. So, basically:
- Use custom fields if you need to add additional data to a specific post
- Use taxonomies if you have information that is shared across many posts
By what you have described, I’m afraid that the custom fields would be a better choice. You can often achieve the same using custom fields or taxonomies. Here is a general list of recommendations on which option to use:
Use custom fields when you want to:
- Add information that is specific to the post
- Add information that you want to order posts by
- Add post data whose primary use is to display additional information for the post
Use taxonomies when you want to:
- Add information that is shared (the same) between many posts
- Add hierarchical information (i.e. categories with subcategories)
- Have an archive page on the front-end so you can browse posts by categories
Relevant Documentation:
Please make sure to check our documentation related: https://toolset.com/course-lesson/using-custom-fields-vs-taxonomy/
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 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | - |
- | 13:00 – 18:00 | 13:00 – 18:00 | 13:00 – 18:00 | 13:00 – 18:00 | 13:00 – 18:00 | - |
Supporter timezone: America/Sao_Paulo (GMT-03:00)
This topic contains 2 replies, has 2 voices.
Last updated by 2 years, 5 months ago.
Assisted by: Mateus Getulio.