Hey all, it's great to be back again :)

It's been a long time since I have developed something in drupal, and I'll try my best to basically explain what I need to achieve.

I need to create menu items, that will filter posts by tags, or at least open a page that has these tags filtered..

For example, I have a Primary menu item called The Premier League. When clicked on it, I want it to open a page with all the posts containing the tag #epl.
Under that Primary menu, is a secondary menu called Arsenal. Now when clicked on that, I want it to open a page with all the posts containing the tags #epl and #arsenal. So on and so forth.

Is this possible in Drupal? I've looked for the option everywhere but I might have missed it.

Any help would be greatly appreciated.

Thank you :)

Comments

m13’s picture

taxonomy module does what you need (if I understood correctly)

murasame’s picture

Oh yes, thank you!

One last thing, is it possible to rename URL's into something other than /taxonomy/term/1 ? I would like to to change it to something like england/epl/1 if possible.

Also is there an option to do a hierarchy mode? or a module that supports this? Like

Premier League:
- Chelsea
- Arsenal

It would make life easier if its possible, much easier.