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

styro’s picture

llizards’s picture

I need to know how to use more than one of the taxonomy/term views...

arvind’s picture

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

llizards’s picture

Doesnt seem to work for me....

llizards’s picture

Never Mind I got it figured out

marie70’s picture

this worked for me only when I put taxonomy/term for the URL

llizards’s picture

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