It adds field to the add edit term forms allowing you to add image during the creation or editing of taxonomy terms.
It also adds column to all the management screens so you can tell at glance what image is attached to what taxonomy term..
To have the images show up on the site you will need to modify your theme files.
In all examples tax term is WordPress taxonomy term object ) and size is image size as defined by WordPress size is optional and defaults to 'thumbnail.
Returns array with the following format $image src => array 'width => Width of image 'height => Height of image ).
Returns all HTML needed to display the image, returns php FALSE on failure..
Upload the entire s8-simple-taxonomy-images directory to the wp-content plugins directory.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Updated the uploader to WP 3.5 uploader, maintained backwards compatibility with older versions.
Added the option to remove image from taxonomy.
Read more