By jdln on
Is it possible to disable the normal taxonomy listing of nodes on taxonomy term pages?
The reason I need this is I want to use a view's override of taxonomy pages BUT the default views override stops a breadcrumb module working properly. So, I want to make a term view but as a block and show it on certain pages with PHP.
Thanks
Comments
This probably isnt the
This probably isnt the cleanest way but ive made a page-taxonomy.tpl.php and removed this:
<?php print $content; ?>So far it seems this solution will work for my site, but id still like to know the proper way to do it.
Hi, disabling that line
Hi, disabling that line doesn't solve the problem because $content is the variable with the fields of a taxonomy term (description, images, fields, etc.)
Looks like the only way to override that display is to create a new module, like suggested in this post:
http://drupal.org/node/1119388
In D6 it was easier achieving that with the theme_taxonomy_term_page() directly from the template.php
Does anyone know a better solution?
Elicos Drupal Service Provider, based in Macerata (Italy)