Hello,

Basically I want to make categories on my installation of Drupal, so 'Site News' can be in a category like "News" or something like that... How can this be done?

Thanks,
Jordan

Comments

zerok’s picture

There are a few ways to do this. Drupal comes with a taxonomy system that can also used for simple categories. So for example simply create a new vocabulary under admin/categories and add your News term there. You can then combine this vocabulary with a module like taxonomy menu to add these terms to a menu :)

Or you could go with the categories module which I think does more or less the same.

jmeeter’s picture

I don't understand... I added "News" in Vocabulary but when I went to post a story, there was a dropdown that said News: with in it.

zerok’s picture

What exactly have you created in admin/categories so far?

jmeeter’s picture

Wait I think I got it now... I went into Vocabulary and added "Topic" and then went to "List Terms" and added "News"... OK...