Add title tagline text below your post title on your Genesis Framework powered WordPress sites.
As of April 2026, Title Tagline for Genesis is a WordPress title plugin with 10 active installations and a 0/5 rating0. It has been downloaded 1.6K+ times in total. Requires WordPress 4.0+ and PHP false+. Available on WordPress.org since 2016. Last updated 9 years ago — may have compatibility concerns. Top alternative: Title Remover.
This plugin will only work if you are using Genesis Framework or Child Themes.
Improve your blog post readability by adding title tagline below your post title which can be added easily via custom metabox available on the post edit dashboard page.
Of course you can add tagline on pages and post types too. Just add the filter below on your functions.php with the post type you’ll want to be added. Easy!
add_filter( 'genesis_title_tagline_post_types', 'genesis_add_title_tagline_post_types' );
function genesis_add_title_tagline_post_types( $types ){
$types[] = 'page';
$types[] = 'custom_post_type';
return $types;
}
If you need to add custom css to title tagline, you can use something like this…
| WordPress | 4.0+ requiredTested up to 4.7.33 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.