This definitely used to be easy to do in Drupal 5, but it seems to have changed in Drupal 6.

I want to add a Taxonomy Filter to a View of some Nodes, so that I can show only Nodes which have a particular Taxonomy Term assigned to them:

e.g.

Node Type: Food
Taxonomy Vocabulary: Bread Types
Taxonomy Term: Buns

I already have a view showing "Food", but how do I just show "Buns"?

Thanks very much.

Comments

adam_b’s picture

The interface for Views2 is pretty complex, but it's worth some effort. In this case:
- add a filter (click the + symbol)
- select Taxonomy: Term and click Save
- select the Vocabulary (bread types) and Selection type, and click Update
- select the Operator and Term (Buns) and click Update
- save the view settings

mrtbc’s picture

Thanks Adam, that's exactly it. I think Views 2 is great - really powerful.