Community Documentation

Creating terms

Last updated January 17, 2012. Created by cel4145 on May 23, 2005.
Edited by rwilson0429, lisarex, sepeck, puregin. Log in to edit this page.

Once you have finished defining the vocabulary, you may populate it with terms using Add.

  • Term name (Required) -- The name for this term. Example: Technology.
  • Description (Optional) -- Description of the term (this item may be used by some modules and feeds).

Advanced options:

  • Parents (Optional): Select the term(s) under which this term is a subset.
  • Related terms (Optional): Choose any terms that are related to the one you are creating.
  • Synonyms (Optional): Enter synonyms for this term, one synonym per line. Synonyms can be used for variant spellings, acronyms, and other terms that have the same meaning as the added term, but which are not explicitly listed in this thesaurus, i.e. unauthorized terms (this item not used by many Drupal modules).
  • Weight (Optional): The weight is used to sort the terms of this vocabulary; by default they will be sorted alphabetically.

Adding Terms to a Vocabulary the Drupal 7 Way

After setting up your vocabulary, you will need to add taxonomy terms to it in order to organize your content. Terms can be added at any time but, you can't effectively organize your content by taxonomy terms until you add terms to at least one vocabulary.

To add terms to your vocabulary in D7:

  1. go to admin/structure/taxonomy/[your-vocabulary-name]/add
  2. Give your term a name
  3. Optionally, give your new term a description (optional but highly recommended)
  4. Click the 'Relations' colisible field set to open it
  5. Assign a weight to your new term (optional)
  6. Assign parent terms. Select 'root' if you don't want parent terms. Click the 'Add' button or link to assign each parent term or to assign the parent as root.
  7. If you have Path Auto module installed and clean url enabled, you can configure the URL path settings
  8. click save.
  9. repeat steps 2 thru 8 for each term that you want to add to the vocabulary