Advanced Custom Fields (ACF) helps you easily customize WordPress with powerful, professional and intuitive fields. Proudly powering over…
About Taxonomy Thumbnail
This plugin is for developers and allows them to attach a thumbnail to taxonomy terms. It has a user-friendly interface for setting the thumbnails and also provides template tags for retrieving and displaying the thumbnails. The plugin works with or without JavaScript and has options for storing the thumbnail data.Screenshots


Changelog
1.3
- 2016/05/30
- The plugin now works with svg files (using svg files require an adequate plugin).
- Improved code docs.
1.2.2
- 2016/05/30
- Fixed a bug that prevented the use of SVG as thumbnail.
1.2.1
- 2016/01/31
- Bugfix in uninstallation process: term metas wouldn’t be deleted with the new WordPress API. Props Ghislain Phu.
1.2
- 2015/11/01
- Ready for WordPress 4.4: the plugin will use the new term metas API and will no longer use Meta for Taxonomies plugin. Developers, be aware that with WP 4.4+ the template tags do not use
term_taxonomy_idanymore, butterm_idinstead. - Migrate to WordPress 4.4: when the site is updated to WP 4.4, the plugin automatically migrate the old data (stored in an option or by Meta for Taxonomies) to the new term metas table, convert
term_taxonomy_ids intoterm_ids, and delete old data (only the plugin data of course). Then if you used Meta for Taxonomies, it can be uninstalled afterward. Side note: in case Meta for Taxonomies is not updated by then, you should deactivate it BEFORE updating to WordPress 4.4 (it is not compatible with WP 4.4 yet, and will trigger a fatal error). - New: when an image attachment is trashed or deleted, the related meta is also removed.
- Lots of docs have been added or updated.
- It’s a bit late now but there are new tools to migrate data between option and Meta for Taxonomies. See
inc/migrate.php.
1.1
- 2015/09/20
- Move the thumbnail column after the term name. Since WP 4.3 there is a concept of primary column: if the thumbnail is not displayed AFTER this primary column (the term name), it will break the row layout on screens < 782px.
- Code cleanup.
1.0
- 2015/06/11
- Initial release.