Term Body Class allows to add taxonomy term classes to the body element of content pages and user account pages.
Install this module using the official Backdrop CMS instructions at https://backdropcms.org/guide/modules.
- Visit the settings of a term reference field. For example, on a new Backdrop
site, go to Administration > Structure > Content types > Post > Manage
fields > Tags (
admin/structure/types/manage/post/fields/field_tags
). - Enable the option "Add as body class", and save the field settings. (The body class setting applies only to the field instance of this content type.)
- Add a post with a taxonomy term, e.g.
My term
. As a result, the classtbc-my-term
will be added to thebody
element of the HTML.
Bugs and Feature requests should be reported in the Issue Queue: https://github.com/backdrop-contrib/term_body_class/issues
- Ported to Backdrop CMS by Olaf Grabienski.
- Originally written for Drupal by Somedutta Ghosh.
This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.