Exclude Node Title
This module allows you to hide node titles from either full node pages or teasers. You can exclude titles on a per-node basis using a checkbox on the edit form, or globally for an entire content type via the administrative interface.
This module handles a very simple functionality, decide whatever to exclude a node title from full node page or node teasers.
It provides a checkbox on node-edit pages for easier exclusion.
Also provides the option to hide all titles of a certain Content type. From the administrative interface you can select a content type to hide title for.
Use case: Let's say you create a content type called: Lightbox content, and in your layout lightbox content will have titles set on title attribute of the link, rather than inline on your page, so you would like to exclude title from displaying inline for all your nodes of type Lightbox content, simple, just check the option and voila.
Notable differences between 8.x-1.x and 2.0.x
- Excluded node IDs are no longer tracked via config but by state API
- 'use exclude node title' is now gone
- Added test coverage
- visually-hidden css class used vs hidden
Supporters
- AG Prime: supported the creation of this module
- Drupal-Paid-Services.com: current maintainer of this module
- InternetDevels: creators of the Drupal 8 port