=== Post Information === Contributors: cpoteet Tags: posts, meta, jquery, javascript, toggle Requires at least: 2.0 Tested up to: 2.5 Stable tag: 1.2 This plugin allows you to show/hide post information through a JavaScript toggle. == Description == If real estate is a priority in your theme then this plugin can help by showing post meta information on demand by using a JavaScript toggle function. == Installation == 1. Extract the ZIP file, and upload to /wp-content/plugins/ 2. Activate the plugin 3. Place `` in the loop where you desire. == Customization == = Customizing the Appearance = Starting in version 1.1 the plugin now adds a stylesheet (post-information.css) to your theme. Edit that stylesheet to make aesthetic changes. = Changelog = 1.2 * Added graceful degradation for users without JS 1.1 * Converted to jQuery from script.aculo.us (uses jQuery bundled with WordPress) * Added support for tags * Added extensive styling including the famous [Fam Fam Silk Icons](http://www.famfamfam.com/lab/icons/silk/) * Reorganized code 1.0 * Initial release