Taxonomy terms in Drupal are used to classify and organize content. They allow internal staff to group related content together, making it easier for users to find and navigate the site. These terms usually get applied to various content types.
Getting started
- Log in to your Drupal site as an administrator.
- Click on Structure in the main menu.
- Click on Taxonomy to create a new taxonomy vocabulary.
- Click Add vocabulary and give your vocabulary a name.
Adding and using terms
- Add terms to your vocabulary. For example, if you are creating a vocabulary for recipes, you might add category terms like "appetizers", "entrees", and "desserts". Once you have created your vocabulary and terms, you can add them to your content types.
- For example, if you have a content type for recipes, you might add a "recipe category" field that allows the user to select which category the recipe belongs to.
- When creating or editing content using the various content types, the user can then select the appropriate taxonomy term from the list. This will classify the content and make it easier for users to find related content on your site.
- Taxonomy terms can also help dictate where on your site certain types of content will live. For example, a News content type that is tagged as a "Media Release" might then show up on a separate page from News content types that are categorized as "Public Notice."