Taxonomy Display

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.

Taxonomy Display - Developer resources

The taxonomy_display.api.php file contained within the taxonomy display project outlines the Drupal hooks exposed for implementation in your

Taxonomy Display - Getting started

While taxonomy display is fairly easy to configure for users comfortable with altering the display of their taxonomy terms, a brief

Taxonomy Display - Known problems

Below are a list of known issues/hurdles users may face with setting up taxonomy display on their site(s) and how to overcome them. If you

Guide maintainers

codycraven's picture