Hello,

Does anyone know of existing code or how to do this:

I'd like a page that shows all the node titles under one term broken out by month and year. For instance, if I have term ORANGE, the page would look like this:

ORANGE

July 2006
This is the first orange article.
This is the second orange article.

August 2006
Wow an August Article

I could then use this as CATEGORY pages for my site. I don't like how Drupal shows the snippets when you click on a category link right now. I'd to just show the title.

The module SITEMENU looks perfect except it lists all the terms. I'd like to break it out so it would only show one term.

Thanks in advance for any help.