I usually work with Joomla, and i want to know how can i add menu to show all term by Vocabulary in a content? is it possible in Drupal cos i'm new with Drupal and i don't know how to do it.. In Joomla i usually select by Section to show all category. so please can anyone help me with this? Thanks.

Comments

ayesh’s picture

Yes.
Views can do it. If you want to do it easier, use Taxonomy Menu or Taxonomy List module.

ekorich’s picture

Thanks you i'll try :)

Drupalace-1’s picture

I'm not certain whether you're looking to create menu items that link to a list of all content tagged with some specific taxonomy Term (or Terms). If so:

As mentioned, using Views to create such lists of content is the powerful, flexible way to do it. It's certainly worth learning how to use Views for such tasks.

But there's also a simple way to create lists of content tagged with taxonomy Terms, without using Views.
See "Link to a Term's path" on this page for one overview: http://www.drupalace.com/EDAM/creating-links

ekorich’s picture

Thanks for the link, it really help ^^