=== The Subtitle === Contributors: Luc Princen, Joel Berghoff Donate link: http://www.to-wonder.com/the-subtitle Tags: subtitle, simple Requires at least: 3.0 Tested up to: 3.4.1 Stable tag: 1.4 The subtitle allows you to easily add a subtitle to your posts and retrieve it in the loop in the same manner as the post title. By using the_subtitle() or get_the_subtitle(). == Description == The subtitle allows you to easily add a subtitle to your posts and retrieve it in the loop in the same manner as the post title. By using the_subtitle() or get_the_subtitle(). It adds a simple inputfield right under the title field of posts, pages and any custom post type. You can also use the shortcode [the-subtitle] to display it. == Installation == 1. Upload the `plugin` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Add the 'the_subtitle()' tag to your theme == Changelog == = 1.4 = Bugfixes and a more speedy way of dealing with the subtitle's style. Courtesy of Kathy Darling = 1.3 = Bugfixes and created a much more elegant way of adding the subtitle input. Courtesy of Joel Berghoff = 1.1 = Bugfixes for when the messages + screenoptions are displayed. = 1.0 = * Initial release.