Category Icon
A WordPress plugin to attach an icon and/or image to taxonomy terms.
The facts
- Rating
- 1★ from 3
- Active installs
- 2k+
- Price
- Free
- Last updated
- 13 Aug 2026
- Added
- Oct 2015
- Requires WP
- 5.9.0
- Tested up to
- WP 7.1
- Requires PHP
- 7.4
- Downloads
- 92,977
Our analysis
AI-assistedCategory Icon is a WordPress plugin that allows you to attach an icon or image to a category, tag, or any other taxonomy term. It provides getter functions to retrieve the icon or image, but does not automatically display them on the frontend of your site. You will need to implement the output in your theme manually.
This plugin is suitable for users who want to enhance their taxonomy terms with visual elements but are comfortable with coding to display the icons or images as needed.
Best for: This plugin is best for developers or users familiar with coding who want to customise taxonomy terms visually.
What it does well
- ✓Allows attachment of icons to taxonomy terms
- ✓Supports images for categories and tags
- ✓Provides functions to retrieve icon and image URLs
Where it falls short
- •Does not automatically display icons or images on the frontend
- •Requires manual coding to output icons in the theme
- •Low rating based on user feedback
Verdict
While Category Icon offers useful functionality for attaching icons and images to taxonomy terms, its reliance on manual implementation and low user ratings may limit its appeal.
From the developer
pixelgrade's own description of Category Icon, lightly tidied.
A WordPress plugin to easily attach an icon to a category, tag or any other taxonomy term.
** Now supports a category, tag or any other taxonomy image field, also.
Please note that this plugin will not automatically output the icon or the image on the frontend of our site.
It is up to you to query and output in your theme using the provided getter functions: get_term_icon_id(), get_term_icon_url(), get_term_image_id(), get_term_image_url().