Displays subtitle text field after the title in post, page and other post type edit page.
As of April 2026, Subtitle is a WordPress subtitle plugin with 100 active installations and a 3/5 rating from 2 reviews. It has been downloaded 4.4K+ times in total. Requires WordPress 3.5.1+ and PHP false+. Available on WordPress.org since 2013. Last updated 12 years ago — may have compatibility concerns. Top alternative: WP Subtitle.
Displays subtitle text field after the title in post, page and other post type edit page.
Use get_nskw_subtitle() to retrieve and nskw_subtitle() to display.
By default the label of the input field is "Subtitle". There's a hook for changing it.
add_filter( 'nskw-fat-meta_label', 'nskw_changeLabel' );
function nskw_changeLabel() {
return 'new label';
}
By default, subtitle field appears in every post type edit pages except for attachment.
To hide in particular post type pages, there’s a hook.
// hide subtitle field in posttype 'attachment', 'page'、''newposttype'
add_filter( 'nskw-fat_post_type', 'nskw_hide_subtitle' );
function nskw_hide_subtitle() {
return array( 'attach…| WordPress | 3.5.1+ requiredTested up to 3.5.2 |
| PHP | false+ required |
0.1 First Release.
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.