Recipe 16: Taxonomy View
Note
Ingredients
Taxonomy module, enabled
Vocabulary with terms
The Taxonomy view is typically used to display a teaser list of all posts tagged with a specific term.
Enable the taxonomy module if it is not yet enabled.
If you have not yet created a vocabulary with terms on your site, go ahead and do so. Typically, vocabularies are created at
admin/content/taxonomy
, and then individual terms are added to each vocabulary. Alternatively, the Taxonomy Manager module, located at http://drupal.org/project/taxonomy_manager, is a wonderful improvement over Drupal core's Category administration. It enables administrators to search, merge, delete, move, and easily edit terms. The module was developed as a Google Summer of Code project.Go to
admin/build/views
. Scroll down to the Default Views, and find the Taxonomy view. Note that the URL istaxonomy/term
.The URL itself seems to bring up the question: Which term? The answer will appear in the form of a term ID argument, appended...