Drupal is a registered trademark of Dries Buytaert
Drupal 10.6.13 Update released for Drupal core (10.6.13)! Drupal 11.3.14 Update released for Drupal core (11.3.14)! Drupal 11.4.4 Update released for Drupal core (11.4.4)! Drupal 11.4.3 Update released for Drupal core (11.4.3)! No Request New Password 8.x-1.6 Minor update available for module noreqnewpass (8.x-1.6). Entity Usage 5.0.0-beta2 New beta version released for module entity_usage (5.0.0-beta2). Bibliography & Citation 3.1.2 Minor update available for module bibcite (3.1.2). Cloudflare Turnstile 1.2.0 Minor update available for module turnstile (1.2.0). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs. Varbase Media Demo Assets 10.1.1 Module varbase_media_demo updated after 6 months of inactivity (10.1.1).

Block Subtitle

509 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

Total releases
1
First release
Apr 2026
Latest release
2 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

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