Hi,

I have a collection of technical articles that I want to organize on my site. They are somewhat categorized in categories, and each category would will eventually have many articles.

It is setup like this:

Technical Articles
--Category 1
----Article 1

At the top of my home page in the "Primary Links" and I have a link called "Technical Articles", which links to a 'page' that describes the goal of the tech articles section. How would I also have links on that 'page' that would automatically list all the Categories?

Thanks

Comments

Patroclas’s picture

Taxonomy will create categories. Views module will help to organise them

Drupalace-1’s picture

There are modules that will create blocks listing all Terms in a Vocabulary; one I've used before is the Advanced Taxonomy Blocks module. Click on a Term in the block, and you'll get a page listing all the nodes tagged with that Term. Maybe that's what you're looking for?