Subtitle is a WordPress Plugin Directory app by ShinichiN.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Subtitle is a newly-listed WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. no published reviews yet means feature claims are unverified by the wider merchant base. Without a published review base, the only fit-signal available is the developer's own documentation plus the marketplace's listing-quality audit (linked below). Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by ShinichiN — established developer track record
Cons
- −No public reviews yet — fit and reliability are unverified
Looking to switch from Subtitle?
See Subtitle's alternatives ranked by audit score, rating, and review velocity.
How Subtitle works
Adds another text editor below the editor in your post/page/custom-post-type edit page.
GitHub
Plugin Homepage
Retriving and displaying in templates Use get_the_subcontent() to retrieve and the_subcontent() to display.
Change label 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'; }
Change the height of the editor Default it’s 10.
add_filter( 'nskw-sce-row', 'change_subcontent_row' ); function change_subcontent_row() { return 20; }
Hide in particular post type add_filter( 'nskw-sce-post_type', 'nskw_hide_subcontent' ); function nskw_hide_subcontent() { return array( 'page', 'newposttype' ); }
Disable wpautop add_filter( 'nskw-sce-wpautop', 'nskw_change_wpautop' ); function nskw_change_wpautop() { return false; }
No Media Uploader add_filter( 'nskw-sce-media_buttons', 'nskw_change_mediasetting' ); function nskw_change_mediasetting() { return false; }
No tinymce add_filter( 'nskw-sce-tinymce', 'nskw_cange_tinymce' ); function nskw_cange_tinymce() { return false; }
No shortcode rendering add_filter( 'nskw-sce-shortcode', '__return_false' );
Competitors & alternatives
AppRanks tracks competitor sets per category. For Subtitle, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Subtitle?
Subtitle is an app for WordPress. It is published on WordPress Plugin Directory and tracked by AppRanks, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by ShinichiN.