Drupal is a registered trademark of Dries Buytaert
Release: reCAPTCHA 8.x-3.5 Minor update available for module recaptcha (8.x-3.5). Release: Search API Solr 4.3.14 Minor update available for module search_api_solr (4.3.14). Release: ECA: Event - Condition - Action 2.1.22 Minor update available for module eca (2.1.22). Release: WebProfiler 11.2.1 Minor update available for module webprofiler (11.2.1). Usage Milestone: Entity Browser Module entity_browser crossed 100,000 active installs. Release: Editoria11y SI (SiteImprove) 3.0.0 Major update available for module editoria11y_si (3.0.0). Release: Diagnosis 1.0.3 Minor update available for theme diagnosis (1.0.3). Release: DiBa Integration 1.3.3 Minor update available for module diba_integration (1.3.3). Release: AlternativeCommerce NovaPoshta API 1.1.10 Minor update available for module basket_novaposhta (1.1.10). Module Revived: WebProfiler 11.2.0 Module webprofiler updated after 14 months of inactivity (11.2.0).

Block Subtitle

478 sites Security covered
View on drupal.org

This module adds an optional subtitle field to blocks, allowing for more descriptive block titles. You can enter a subtitle when configuring a block and then add theme template suggestions to display it.

πŸ‡ΊπŸ‡¦

This module is maintained by Ukrainian developers.
Please consider supporting Ukraine in a fight for their freedom and safety of Europe.

This module allows subtitle to be added to blocks.

Installation

  1. Enable the Block Subtitle module under Administer >> Site Building >> Modules
  2. To add a subtitle to a block, go to the block configuration page. A new field 'subtitle' will be available. Enter your subtitle and click save.
  3. Now you need to edit block.tpl.php in your theme. Add the following code to show the block subtitle
  4. <?php if (!empty($block->subtitle)): ?>
        <h3 class="subtitle"><?php print $block->subtitle; ?></h3>
    <?php endif; ?>
    

Activity

Tracked releases
1
Tracked since
Apr 2026
Latest release
3 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
8.x-1.4 Stable Apr 16, 2026