If I click on a term in a taxonomy term page I would like to have a list of associated nodes with only titles and not a page with the full nodes.
I have found various possible solutions but they don't seem to work. To be clear: I use the Zen theme and I am pretty much a beginner in php..:
- creating a special node-taxonomy.tpl.php : something then needs to be changed in template.tpl.php but I am not sure what?
- inside the node.tpl.php file do it via $page;
- do it via modules: it can be done with Taxonomy VTN but then I lose the feeds that the normal taxonomy module provides.
I have been looking for a relatively easy way to do this for about two days now and get a bit lost.
Guess I am hoping that someone will; "ah, but if you us the Zen theme you should do it like this!"
Any help much appreciated,
best,
Gerben
Comments
Try Taxonomy List
Nancy Dru
Nancy Dru
Thanks Nancy! I tried
Thanks Nancy! I tried Taxonomy List but it is not really what I was looking for. But I just found that the solution is embarassingly simple: using Views. Just adjust the default taxonomy_term view for my needs and pronto!
And this after 2-3 days of searching on fora, manipulating php files and what not.. ur...
Gerben