Although it was easy to find some info online about how to theme other stuff (e.g. search results), it is impossible to find a straightforward article about how to theme the output of a taxonomy/term/247 page?
How can I do it?
|
Although it was easy to find some info online about how to theme other stuff (e.g. search results), it is impossible to find a straightforward article about how to theme the output of a taxonomy/term/247 page? How can I do it?
| |||
|
feedback
|
|
In Drupal 6, you can make use of
node-taxonomy.tpl.php
Well, I've forgot to inculde the most important part, so it was getting negative points!
Also there is a | ||||
feedback
|
|
The taxonomy page is not magic in any that it requires something special to theme it. There's a template file, a preprocess function and some theming functions, much like any page. If you would like to control the output of the default taxonomy page which is a bit raw, you can use views to overwrite the default page. You could then use views to only show node teasers, do some custom ordering, use a pager etc. If you want to do something more specific you should edit your question to tell us what you want to do. | |||
|
feedback
|