Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Add a vocabulary and assign it to your content type. Add terms (categories) to the vocabulary.
When you create or edit content, associate it with a term. If you configure a vocabulary for free tagging, you can add keywords on the fly.
Lists by term are at /taxonomy/term/TID, where TID= the term ID number. You can use pathauto to map this to something more friendly, such as /blogs/internet.
I think you need the view module. It's easy to use and u can create blocks containing i.e. the links (with title, date etc) for the nodes under a specific term.
Comments
Taxonomy
administer -> Content management -> taxonomy
Add a vocabulary and assign it to your content type. Add terms (categories) to the vocabulary.
When you create or edit content, associate it with a term. If you configure a vocabulary for free tagging, you can add keywords on the fly.
Lists by term are at /taxonomy/term/TID, where TID= the term ID number. You can use pathauto to map this to something more friendly, such as /blogs/internet.
How to list articles by vocabularies ?
thanks replying
sorry I mistyped , I meant How to list articles by vocabularies ? : )
i think...
I think you need the view module. It's easy to use and u can create blocks containing i.e. the links (with title, date etc) for the nodes under a specific term.
Cheers