How to make a list of the taxonomy terms with Drupal
Here is a very common question I encountered while setting up websites with Drupal: How do I make a list of the taxonomy terms that will display like a menu. That is, each taxonomy term should display as a link and when you click you go to the page that displays the nodes associated with that taxonomy term.
This feature is straight forward in WordPress. And this is one I was missing in Drupal. Of course with Drupal when something is not readily available out of the box, it doesn’t mean that it’s not available at all. Actually the more I get to know Drupal the less limitations I see (quite the opposite from WordPress). But we can not say that it is really intuitive.
There is probably several ways to achieve this but the one I have chosen so far involves the Taxonomy Menu module.
5 comments June 14th, 2007