Adds another text editor below the editor in your post/page/custom-post-type edit page.
As of April 2026, Subtitle is a WordPress editor plugin with 10 active installations and a 0/5 rating0. It has been downloaded 3.1K+ times in total. Requires WordPress 3.5.1+ and PHP false+. Available on WordPress.org since 2013. Last updated 11 years ago — may have compatibility concerns. Top alternative: Elementor Website Builder – more than….
Adds another text editor below the editor in your post/page/custom-post-type edit page.
Use get_the_subcontent() to retrieve and the_subcontent() to display.
By default the label of the input field is “Subtitle”. There’s a hook for changing it.
add_filter( 'nskw-sce-meta_label', 'nskw_changesubcontentlabel' );
function nskw_changesubcontentlabel() {
return 'Contact Information';
}
Default it’s 10.
add_filter( 'nskw-sce-row', 'change_subcontent_row' );
function change_subcontent_row() {
return 20;
}
add_filter( 'nskw-sce-post_type', 'nskw_hide_subcontent' );
function nskw_hide_subcontent() {
return array( 'page', 'new…| WordPress | 3.5.1+ requiredTested up to 3.9.40 |
| PHP | false+ required |
0.1 First Release.
0.2 Merged dcondrey’s Pull Request, but changed the order of wpautop and do_shortcode.
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.