I have discovered the magic of Taxonomy Breadcrumb ( http://drupal.org/project/taxonomy_breadcrumb ). I have two dimensions in which I would like to classify my content:
Season
- Fall 2010
- Winter 2010
- Spring 2011
Type
- Letter
- Article
- Biography
I would like to set Taxonomy Breadcrumb to set up a trail like so:
Home > [season] > [type] > [node]
When viewing an individual node. I could merge all of these terms into a single, hierarchical vocabulary, but then I would need to add new parents to each of the terms that were in the Type vocabulary, each time I add a new season right? Is there an easier/better way? Perhaps I am going about this the wrong way.
I would still want people to be able to browse through content using just one of the vocabularies (all types in Spring Fall 2010 vs. all Seasons, but the content must be a letter).