Pulling specifice content for different sections
Hipster - July 3, 2009 - 04:12
Hi,
I'm trying to style section of the site that I'm building. Right now it's a home page, but eventually I will make a different home page and make current page it's own section.
What is the best way for me to pull only articles that only are filed in for this section. I already made taxaonomy I just don't know how to filter the stories and pull only certain stories with that tag.
Thank you.

There is the default path
There is the default path taxonomy/term/{tid} where {tid} is the taxonomy term id, for more control you can use the views module.
Got it
Thank you.