TCL Categories Images Plugin allow users to add an image to category or custom taxonomies.You can easily assign an image to each category/taxonomy or …
As of April 2026, TCL Categories Image is a WordPress category image plugin with 10 active installations and a 5/5 rating from 2 reviews. It has been downloaded 1.3K+ times in total. Requires WordPress 4.4+ and PHP 5.2.4+. Available on WordPress.org since 2017. Last updated 8 years ago — may have compatibility concerns. Top alternative: Categories Images.
TCL Categories Images Plugin allow users to add an image to category or custom taxonomies.You can easily assign an image to each category/taxonomy or tag and then display image for category/taxonomy/archive template via following functions.
Usage:
<?php if (function_exists('tclTaxonomyImage')) tclTaxonomyImage(); ?> to display image
<?php if (function_exists('tclTaxonomyThumbUrl')) echo tclTaxonomyThumbUrl(); ?> to get URL
Here, You can specify image size as a second parameter
<?php if (function_exists('tclTaxonomyImage')) tclTaxonomyImage(NULL,'thumbnail'); ?> to display image
<?php if (function_exists('tclTaxonomyThumbUrl')) echo tclTaxonomyThumbUrl(NULL,'thumbnail'); ?> to get URL
| WordPress | 4.4+ requiredTested up to 4.9.29 |
| PHP | 5.2.4+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.