How do I have other pages auto generate content like the front page

I have articles that get promoted to the front page but they could also be promoted to other content pages on the site that try to keep track of articles in that content catagory.

Comments

SkippyMcGee’s picture

If you go into your category vocabulary, you will see that each vocabulary term has its own URL path (/taxonomy/term/#).

You can go into URL aliases and make this a little more user friendly if you want.

At any rate a link to this page, either from a content link or a menu item, will show all articles posted under that vocabulary term. Unless you've designated an item as sticky, the most recent article will post to the top of the list.

Compactman’s picture

I never really understood how taxonomy worked in drupal until you mentioned this. Thanks its exactly what I was looking for and has opened my site up for further categorization to grow in a tree like fashion. Thanks.