Hi,

My site has a content type called "resource" and these can be tagged with taxonomy terms. I need a landing page for each taxonomy term, kind of like this:

http://mysite/term/
[TERM]
[Some text describing the term]
[Listing of resources tagged with this term]

I think arguments are the way to go here, but I don't really understand how they work. Is there a way to automatically create these term listings?

Comments

vjordan’s picture

module taxonomy_menu would possible meet your needs.

For v5 support look here: http://drupal.org/node/108972

pommac’s picture

I'm not sure if that module will help, though. I want to have the Views module take care of it. I do already know how to make a block filtering out and listing all "resource" type documents tagged with term X. What I DON'T know is how to plug a dynamic "term X" into my filter. Is it even possible? Any Views guru out there who knows this?