=== Post Subtitle ===
Contributors: johnl1479
Donate link: http://johnluetke.net
Tags: post, subtitle, admin
Requires at least: 2.9.0
Tested up to: 2.9.0
Stable tag: 1.0
Aesthetic, yet unconventional way of handling subtitles for posts.
== Description ==
Aesthetic, yet unconventional way of handling subtitles for posts.
Adds a text input field directly below the post title input field for a subtitle.
Idea from Chris Coyier
== Installation ==
1. Upload `post-subtitle.zip` to your `wp-content/plugins/` directory and unzip it OR upload `post-subtitle.zip` via the Wordpress Plugin Installer OR search for "post-subtitle" in the Wordpress Plugin Installer and click "Install"
1. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
None. Ask one on the forums!
== Screenshots ==
1. The subtitle text field, added directly beneath the post title field.
== Changelog ==
= 1.0 =
Initial Release
== Upgrade Notice ==
No Information at this time.
== Detailed Information ==
Ideally, this plugin would use a hook that has yet to be added to the Wordpress Core (See the ticket). Until that happens, Post Subtitle replaces the stock `wp-admin/edit-form-advanced.php` file with one that includes said hook.
Upon plugin activation, the original `edit-form-advanced.php` is backed up into the plugin folder, and the modified version copied over it.
Upon plugin deactivation, the backed-up `edit-form-advanced.php` is taked out of the plugin directly and returned to it original place.
Due to this nature, Post Subtitle may need to be updated with every release of Wordpress. If you use this plugin, please be sure to check this page every time Wordpress is updated.