Tag Images

Allows you to have an image to represent a tag

Author:Chris Northwood (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:2.9.2
Plugin version:1.2
Added to WordPress repository:16-05-2009
Last updated:04-02-2010
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://wordpress.org/extend/plugins/tag-image...
Total downloads:2 714
Active installs:20+
plugin download
Click to start download

This plugin adds a panel to the Options screen in the admin that allows you to assign an image to a tag.

In order to make use of the image, you must alter your theme to include it where appropriate. In it's simplest case, this is simply something like echo get_tag_image($tag) or <?php foreach (get_the_tags() as $tag) echo get_tag_image($tag); ?>, or something.


ChangeLog