Do I need to create a view for every term of a vocabulary, if I want to have page with all entries of the term?

Comments

ab2211 created an issue. See original summary.

ab2211’s picture

Title: Views page for singel term » Views page for single term
steinmb’s picture

Title: Views page for single term » Do I need to create a view for every term of a vocabulary?
Assigned: ab2211 » Unassigned
richgerdes’s picture

@ab2211,

Good question. With views, you can use a contextual filter to filter the display for a given term. This module injects, the term id as a contextual filter, so that the view works as expected. As a result, you can reuse the same view without creating duplicates, just as a contextual filter, under the advanced section on the view config page.

If you are looking to create multiple different displays, filtering by other criteria, based on the taxonomy or to override the display for specific terms, you can do this by creating additional an additional view, based on the site's criteria and using different views for some of the vocabularies or even setting the view on specific terms.

Let me know if you have any other questions.

mikeohara’s picture

Status: Active » Closed (works as designed)