So i have created a view that lists taxonomy terms (and the node count for each term). Gonna use this as a block. When the user clicks on a term it takes them to the category/term page which is basically just a full node listing of all the nodes with the associated term. I would like to get in and theme this....maybe only show the titles, etc. I understand that you can redirect the taxonomy link to a view, but this would require a bunch of views to be made....one for each term (no??). Is there not a way to theme the category page so that the nodes it is displaying???

Maybe there is a better way of doing this, but this has arisen from working on a jewelry site, where during product creation i tag each product with a bunch of different terms (jewelry type, jewelry style, etc). It would be nice if on the homepage i could let a user just look at necklaces, or just look at jewelry with gold in them. Suggestions?!?!

Comments

nevets’s picture

Actually you only need one view and it comes with views, you just need to enable it. I find the Display Suite handy for this case as it allows me to add a build mode that I can then use to setup the fields I want, then use display suite and my new build mode in the view.

calebm12’s picture

Which view is this? Taxonomy_Term ???
If i use this view, do i just need to change the page setup?? And then use another view to make the block with the terms linked??

calebm12’s picture

Just answered my own question by trying it out. Ha. Thanks.

johnlinux’s picture

Hallo guys,

I used the view that is provided and all I want is to show in Grid style. The automatic preview does not work on the view unless I click the preview button and the page itself doesnt show the grid view. Is this because im using the category module?