Community & Support

Pulling specifice content for different sections

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.

http://alturl.com/q7we

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.

Comments

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.