By llizards on
Is there a way to create different taxonomy/term pages for different taxonomy? So that we add a differnt header and footer based on the term?
so like create a clone of taxonomy/term and use it for taxonomy1/term1 and taxonomy1/term2
Comments
Views module
--
Anton
New to Drupal? | Forum posting tips | Troubleshooting FAQ
Right
I need to know how to use more than one of the taxonomy/term views...
use argument in view
i am assuming that you want to use the same view for different taxonomy terms. You can use the Views argument to achieve this.
Following are the steps:
1. Fill in the view name
2. Check radio button for Provide Page View
3. Enter URL as taxonomy1
4. Select View Type. If it is a table or list then select the fields that you want to display
5. Add argument as Taxonomy: Term ID and select display as Display All Values.
Hope this clarifies
Tried That
Doesnt seem to work for me....
Never Mind I got it figured
Never Mind I got it figured out
step 3
this worked for me only when I put taxonomy/term for the URL
This is how I did
This is how I did it....
taxonomy/term/54 is the URL for term 54..... I am sure there has to be an easier way, but I am not sure how else to achieve it