By Koen_Vanmeerbeek on
Hallo
In my Drupal-schoolwebsite I have a content type "news" with a taxonomy attached to it with our departements.
On the frontpage I created a block-view with all the news, regardless of the orginating departement.
On the page of each departement I would like to have a block-view that filters the news by taxonomy-term so that only the departement-specific news show up.
Any suggestions?
Thanx!
Koen
PS: I use views 6.x-2.2 (and panels 6.x-2.0-alpha3)
Comments
Passing Arguments to a Block
You can use Views to create a block for each department. The filter options will allow you to set the filter to the taxonomy term for each department. You may need to create a separate view for each department but you might be able to create a series of blocks using the same view.