Hello

How to list articles by categories ?

thanks taking time toreply

hicham

Comments

yelvington’s picture

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.

hicham7’s picture

thanks replying
sorry I mistyped , I meant How to list articles by vocabularies ? : )

broady’s picture

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