Community Documentation

Taxonomy Display

Last updated August 20, 2011. Created by codycraven on August 20, 2011.
Log in to edit this page.

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.

About this page

Drupal version
Drupal 7.x
Audience
Programmers, Site administrators

Structure Guide

Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.