Category Image(s)

Category Image(s)

Display an image for each category associated with a post.

  • Frequently updated
    Very good! This plugin is actively maintained and the last update was released 4778 days ago.
  • This plugin is not tested with the last major release of WordPress
    Content for list item
  • There is no information available which PHP version this plugin requires
    The latest stable PHP 8.4.10 was released on 03 July 2025
  • No information about vulnerabilities and unfixed security issues is available.
    Content for list item

Ratings

2

Active installs

100

Total Downloads

31K

Support Threads

0

Last updated

11 June 2012

Added

21 December 2004

Versions

7.33%92.67%
  • Version 1.5
  • Version 1.7

About Category Image(s)

Changelog

1.7.3

1.7.2

1.7.1

1.7

1.6 (unreleased)

=
* Add optional arg $post_id (default of false) to c2c_get_the_category_image_list() to allow specifying a post
* Send $separator as arg in calls to get_category_parents()
* Use get_options() instead of get_settings()
* Note compatibility with WP 2.6+, 2.7+, 2.8+
* Update copyright date

1.5

1.2

1.1

1.0

0.92

0.91

0.9

How to install Category Image(s)

  1. Unzip category-images.zip inside the /wp-content/plugins/ directory (or install via the built-in WordPress plugin installer)
  2. Activate the plugin through the ‘Plugins’ admin menu in WordPress
  3. Create category image (.png unless you specify the extension in your call to c2c_the_category_image()) for each category you wish to have an image for, placing the image into the wp-content/images/ directory (unless you specify another location in your call to c2c_the_category_image()). Remember to give the filename the nice-name version of the category name.
  4. Make use of the c2c_the_category_image() template function in your template (see examples below).