I've got two new content types set-up... I want links to specific content types from a menu.

ie, content types "Commentary" and "Editorials".... does Drupal support linking to specific content by category type? I'd like to have menu links to each type of content. Having to add a module is good, I just can't figure out how to do it!

If this isn't possible, is there a way to manually determine what lins I'd have to use to specify what content i want users to see when they click on either link?

Comments

betz’s picture

Hey David,

i suggest you have a look at the views module at http://drupal.org/project/views.
With this module you can build custom pages with filters for nodes etc.
Then you can add a menu item to this view-page you made.

DavidHojak’s picture

I appreciate you. Thank you much.