Title Tagline for Genesis Icon

Title Tagline for Genesis

By Jeffrey Carandang

Active Installs

10+

Last Updated

October 12, 2016

First Released

October 11, 2016

Download History (Last one month)


Contributors

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

This section describes how to install the plugin and get it working.

e.g.

  1. Upload the full directory into your wp-content/plugins directory
  2. Activate the plugin at the plugin administration page
  3. Go edit any post and you’ll get “Title Tagline” metabox below the editor
  4. I hope you’ll love this plugin 🙂

Screenshot Gallery

No FAQ provided.

Changelog

1.0

  • Initial Plugin release
<br />
<b>Warning</b>:  Undefined array key /home/ylinkin/truewp.net/wp-content/plugins/truewp-plugin-info/truewp-plugin-info.php on line 756
" width="120" height="120">

No previous versions available.

Plugin Info

  • Version: 1.0
  • Last Updated: October 12, 2016
  • Active Installs: 10+
  • WordPress Version: 4.0 or higher
  • Tested up to: 4.7.33
  • PHP Version: or higher
  • Tags:    
    genesis genesis-framework genesis-title-tagline title title-tagline

Ratings


0.0 out of 5 stars. (0 reviews)

See all reviews
Scroll to Top