By ekorich on
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
Yes. Views can do it. If you
Yes.
Views can do it. If you want to do it easier, use Taxonomy Menu or Taxonomy List module.
What's new and changing in PHP 8.4
Thanks
Thanks you i'll try :)
Linking to content tagged by taxonomy
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
Thanks
Thanks for the link, it really help ^^