Taxonomy display is a module that expands the functionality of taxonomy term pages to be more node like in Drupal 7. By making use of taxonomy display site administrators can change the presentation of their taxonomy term pages, gaining control of features previously uncontrollable: term display, associated content, breadcrumbs, and attachment of core RSS feed for the term.

To see up to date administrator controlled features of taxonomy display please visit the project page.

For developers

Taxonomy display also aims to prevent the need for contributed modules to hijack the taxonomy/term/%taxonomy_term menu item by exposing all aspects of the term page display in a combination of Drupal hooks (listed in taxonomy_display.api.php file in the module) and as taxonomy display plugins.