I am having trouble conceptualizing how the following would work in Drupal:

Let's see I have a series of static pages assigned with a given taxonomy label ("FAQs," for example).

I would like users to be able to quickly navigate to all designated as category "FAQ."

How would I go about creating a menu item for this? Menu items require the listing of a specific node; in this case, I want a number of items to be returned.

Thanks.

Comments

Scourge’s picture

Take a look at the Views module. It allows you to create a page or block view that contains only nodes that are assigne to a certain category/term. You can then link to the view with a menu item.

sarahr’s picture

I have asked this question a million different times in a million different ways, and you are the first person to actually give me the answer. Views is what I've needed all along.

Thank you, thank you, thank you.

sarahr’s picture

In fact, this functionality is so powerful and so essential that I'm surprised it's not included out of the box, so to speak.