=== Filter Post Formats === Contributors: rfmeier Donate link: Tags: post formats, filter Requires at least: 3.1 Tested up to: 3.5.1 Stable tag: 0.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A simple plugin that will filter out post formats on your home page. == Description == I wanted to move my image post formats away from my home page and to another section of my website, so I created this plugin. This plugin will filter out post formats on your home page, but leave the archive pages and search results alone. This plugin will allow the management of existing post formats even if the current theme does not offer post format support. Additionally, I created a drop-down within the edit-posts section of the administrator page to enable the user to filter the post by post format. == Installation == 1. Upload the `filter-post-formats` folder to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. Update the Filter Post Format options within the Settings -> Reading section. == Frequently Asked Questions == == Screenshots == == Changelog == = 0.4 = Removed restrictions for post format support within the current theme. A blog owner may have existing post formats and switched to a theme without post format support. By removing the restrictions, existing post formats can still be managed with this plugin. Re-worked code to use more WordPress API functions. Added new filters for future developer use. = 0.3 = Corrected plugin repository file folder issue. = 0.2 = Fixed but where post format drop-down was appearing within the edit.php admin backend for Pages. = 0.1 = Initial.