Plugin Review
AI-ResearchedWhat is WP Subtitle?
WP Subtitle is a focused WordPress plugin that adds a dedicated subtitle field to your posts, pages, and custom post types. Created by developer husani, this tool has been available for 17 years. It currently holds 10K+ active installs with a 4.1/5 rating from 21 reviews. The rating breakdown shows 62% 10% one-star reviews, indicating strong satisfaction among its core user base.
The plugin stores subtitles as post meta data. This means deactivating WP Subtitle will not remove your existing subtitles. It works with the block editor introduced in WordPress 5.0, placing the subtitle field in the sidebar panel. For developers, the plugin provides PHP hooks like do_action( 'plugins/wp_subtitle/the_subtitle' ) and apply_filters( 'plugins/wp_subtitle/get_subtitle' ) to display subtitles anywhere in your theme.
Key Features of WP Subtitle
- Subtitle Field for Posts and Pages — Adds a text input beneath your title editor for any post type.
- Custom Post Type Support — Enable subtitles on any custom post type using
add_post_type_support( 'my_post_type', 'wps_subtitle' ). - WooCommerce Product Subtitles — Settings under WooCommerce > Settings > Products let you enable subtitles on product pages and archive pages.
- Yoast SEO and SEOPress Placeholders — Use
%%wps_subtitle%%in your meta titles and descriptions for better search result snippets. - Flexible API for Theme Developers — Output subtitles with custom HTML wrappers using the
beforeandafterparameters. - Default Value Support — Specify a fallback subtitle when a post lacks one, via the
default_valueparameter. - Post Meta Storage — Subtitles persist as custom fields, safe even if you deactivate or delete the plugin.
- Block Editor Integration — Edit subtitles directly in the WordPress 5.0+ sidebar panel, similar to excerpt editing.
Who Should Use WP Subtitle?
This plugin suits anyone who wants a clear how to add a subtitle in WordPress solution. It works for bloggers adding a subtitle for WordPress blog posts, news sites using subheadings, or product managers adding WooCommerce product subtitles. The API requires basic PHP knowledge for template placement, but the built-in WooCommerce and SEO integrations make it accessible for non-developers. With 17 years of history and 10K+ installs, it serves both beginners and advanced users who need a lightweight subtitle wordpress tool.
If you run a magazine site, a business blog, or an e-commerce store, you benefit from this plugin. The 62% five-star rating suggests many users find it reliable for its single purpose. The 10% one-star ratings likely stem from support issues or compatibility problems with older themes.
Installation & Setup
Install WP Subtitle by uploading the plugin folder to /wp-content/plugins/ or using the WordPress admin plugin search. Activation is straightforward for beginners. To add a subtitle to your WordPress post, edit a post and locate the subtitle field in the sidebar panel (block editor) or below the title (classic editor). Theme developers can use the provided PHP hooks to display subtitles in template files.
Support & Community
The support data for the last 2 months shows 0 open threads and 0 resolved threads, a 0% resolution rate. This indicates either very few users need help or the support forum is not actively monitored. With 21 ratings total and a 4.1/5 average, the plugin has a small but generally satisfied user base. The 10% one-star ratings suggest some users encountered issues, but the low support thread count means those problems may have been resolved elsewhere or users found alternatives. For bug reports, husani directs users to the GitHub Issues list. Pull requests are welcome for code contributions.
Pros & Cons
- With over 10K+ active installs and a 4.1 rating from 21 ratings, it shows consistent user satisfaction.
- The plugin provides a simple, focused API with two clear functions (the_subtitle action and get_subtitle filter) for developers to display or retrieve subtitles in templates.
- It supports custom post types, pages, and posts, making it flexible for a variety of content structures.
- The optional parameters for before, after, post_id, and default_value give precise control over subtitle output without bloat.
- The subtitle field integrates directly into the WordPress post editor, requiring no extra meta boxes or setup for end users.
- The plugin has zero resolved support threads out of zero total, indicating no active support or community troubleshooting.
- It has a 10% one-star rating, suggesting some users encounter unresolved issues or incompatibilities.
- The plugin has not been updated in years, raising concerns about compatibility with the latest WordPress versions and PHP.
- It offers no built-in styling or admin preview, requiring theme developers to manually add CSS for subtitle appearance.
Technical Details
- Requires WordPress
- 5.6+
- Requires PHP
- 5.6+
- Tested up to WP
- 6.9.4
- First Released
- 2009 (17+ years)
- Support (last 2 months)
- 0 threads
Feature Tags
Frequently Asked Questions
Yes, WP Subtitle is completely free and available on WordPress.org. It has 10K+ active installs and is rated 4.1/5 by 21 users.
WP Subtitle has 10K+ active installs according to WordPress.org. It was first released in 2009 and is currently at version 3.4.2.
WP Subtitle requires WordPress 5.6 or higher and has been tested up to WordPress 6.9.4. It is compatible with both the classic editor and the block editor introduced in WordPress 5.0.
Yes, WP Subtitle was last updated on Mar 5, 2026 and is currently at version 3.4.2. The plugin has been actively maintained since its first release in 2009.
WP Subtitle requires PHP 5.6 or higher to run. This ensures compatibility with most modern WordPress hosting environments.
Support is available through the WordPress.org support forum, and over the past 2 months there have been 0 support threads with 0 resolved. For bugs, you can submit issues directly to the plugin's GitHub repository.
Yes, WP Subtitle is beginner-friendly as it adds a simple subtitle field to your post and page editors without requiring coding. For custom placement, you can use the provided API actions or filters in your theme files.
WP Subtitle adds a subtitle field to posts, pages, and custom post types, storing subtitles as post meta data. You can display subtitles using the `do_action('plugins/wp_subtitle/the_subtitle')` API or retrieve them with `apply_filters('plugins/wp_subtitle/get_subtitle')`, with full control over HTML wrappers and default values.