drupaldrupal-themingdrupal-taxonomy

Drupal - Disable listing of nodes on taxonomy term page?


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


Solution

  • If all you want to do is override the taxonomy term pages with a View, but NOT use the default view, you could create a custom module implementing hook_menu() or you could also take a look at the Taxonomy Redirect module.

    From the Taxonomy Redirect page:

    This module allows the administrator to change the destination of Taxonomy Term links.