#WP HTML5 Category Selector

The WP HTML5 Category Selector Plugin adds a filter input field to the category box on the add/edit post page. Useful for bloggers who have lots of categories.

If you have any questions or feedback, I'm <a href="https://twitter.com/MikeRogers0">@MikeRogers0</a> on twitter. You can contribute via <a href="https://github.com/MikeRogers0/WP-HTML5-Category-Selector">GitHub</a>.

If you want to donate (That would be awesome!), you can via <a href="https://www.paypal.me/MikeRogers0">PayPal</a>.

##Requirements

* PHP5 or better
* JavaScript enabled in the users browser

##Installation

* Upload the `wp-html5-category-selector` folder to the `/wp-content/plugins/` directory
* Activate the plugin through the 'Plugins' menu in WordPress

##Frequently Asked Questions

###How do I filter the categories?

Just type in the field labeled "filter". As you type it will filter.

###How do I get all my categories back?

Clear the field labeled "filter".

##Changelog

###1.3.0
* Switched over to a CSS query based filtering solution, this should make things more efficient.

###1.2.0
* Made filter box a search type, so removed the filter button. 
* Removed twitter link on plugins page.

###1.1.0
* Custom post type support (Only for categorys in custom post types)
* Updated descriptions
* Improved internationalisation

### 1.0.0
* Inital Release
