By brismith on
I'm making a site for a school district. The front page lists the most recent stories -- awesome. I'd like to have pages devoted to a particular category (Elementary School, High School, Sports, etc.) which would display only the stories that deal with that category.
What do I do?
Comments
try this
there are a number of ways of doing that...try the php snippet that lists (x) nodes of a specific type..at the following handbook page..
http://drupal.org/node/23220
Dub
Currently in Switzerland working as an Application Developer with UBS Investment Bank...using Drupal 7 and lots of swiss chocolate
Thanks. With a few tweaks
Thanks. With a few tweaks this was exactly what I needed.
Taxonomy ..
I believe this is what the taxonomy module is for. Create a vocabulary with a term and assign a page or story or article to that term (category).
Then that story (or page or article) will show up on that particular taxonomy page.
Thanks for the suggestion.
Thanks for the suggestion. However, I wanted the teasers to print on a page along with some other content. I wasn't very specific with my question.