F4 Media Taxonomies provides the ability to filter the library by categories, tags and or custom taxonomies..
There is also nifty bulk in the library, which allows you to assign single term to multiple attachments at once..
The filters are in the library and in every media-selector overlay..
Upload the plugin files to the wp-content plugins f4-media-taxonomies directory, or install the plugin through WordPress plugins screen directly.
Activate the plugin through 'Plugins screen WordPress.
If the taxonomy does not exist yet and you want to create new one, you have to set the in the function to attachment . add action { register taxonomy } ).
The filters do not appear in the media overlay.
For this case we offer hook, which allows you to enable the filter for special conditions.
If this hook returns true, the filter is enabled for the current site. add filter { return true } )..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more