By idflorin on
How to make 2 views for 2 vocabularies (a single content type named story)
I want to keep the layout for this http://www.spare-wheel.com/green-cars (this is term id 5 from vocabulary id 1 [named Categories]) as it is now, but I want to change the layout for http://www.spare-wheel.com/labels/frankfurt-motor-show (this is term id 67 from the vocabulary id 2[named Tags]).
Now I'm using a single view [a modified version of the taxonomy_term view] for all the
terms. I'm interested in using 1 view for vocabulary id 1, and another view foe vocabulary id 2.
I tried the arguments over and over but I couldn't find the right way
Any ideea how to do this?
Comments
Why not just clone the first
Why not just clone the first view, and change the filters in the new view? I'm not perfectly clear about what you're trying to do, but it doesn't sound like a job for arguments to me.
yes, arguments.... but what
yes, arguments.... but what arguments?