BACK TO DIRECTORY

Title Tagline for Genesis

by Jeffrey Carandang

0.0
(0 ratings)

This plugin will only work if you are using Genesis Framework or Child Themes.

Extra Tagline below Post Title

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.

Allow Tagline on Page or Custom Post Types

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;
}

Styling

If you need to add custom css to title tagline, you can use something like this one which changes the opacity.

.entry-title-tagline{ opacity: 0.8; }

More information

Screenshots

Metabox

Metabox

Plugin Details

Active Installs
10
Total Downloads
1,978
Version
1.0
Requires WP
4.0
Requires PHP
Tested Up To
4.7.35
Added
2016-10-11
Last Updated
2016-10-12 1:50am GMT

Ratings

5
0
4
0
3
0
2
0
1
0