Title: Category Icon
Author: pixelgrade
Published: <strong>تشرینی یەکەم 10, 2015</strong>
Last modified: ئایار 17, 2026

---

گەڕان لە پێوەکراوەکان

![](https://ps.w.org/category-icon/assets/banner-772x250.png?rev=1263844)

![](https://ps.w.org/category-icon/assets/icon.svg?rev=1263877)

# Category Icon

 لەلایەن [pixelgrade](https://profiles.wordpress.org/pixelgrade/)

[داگرتن](https://downloads.wordpress.org/plugin/category-icon.1.0.4.zip)

 * [وردەکارییەکان](https://ku.wordpress.org/plugins/category-icon/#description)
 * [پێداچوونەوەکان](https://ku.wordpress.org/plugins/category-icon/#reviews)
 *  [دامەزراندن](https://ku.wordpress.org/plugins/category-icon/#installation)
 * [گەشەپێدان](https://ku.wordpress.org/plugins/category-icon/#developers)

 [پشتیوانی](https://wordpress.org/support/plugin/category-icon/)

## وەسف

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()`.

## دامەزراندن

 1. Install Category Icon either via the WordPress.org plugin directory, or by uploading
    the files to your `/wp-content/plugins/` directory
 2. After activating Category Icon go and edit any category or term to see the upload
    field.
 3. Now you can add or edit category, tags or any other taxonomy terms icons.

## پێداچوونەوەکان

![](https://secure.gravatar.com/avatar/c72b1c71cd0802e6bbedf05b201ccfa2526709ed43cec735d9bd6da662c5b1da?
s=60&d=retro&r=g)

### 󠀁[No documentation](https://wordpress.org/support/topic/no-documentation-52/)󠁿

 [mogeh](https://profiles.wordpress.org/mogeh/) کانوونی یەکەم 8, 2022

How would someone implement your plugin if there is no documentation? The idea is
good but the delivery is poor taste.

![](https://secure.gravatar.com/avatar/72c999339f3a4d12eb4356d97decbf047563fa603480fbdf80a9d5536f696e33?
s=60&d=retro&r=g)

### 󠀁[not working anymore on wp 5.4.2 anymore](https://wordpress.org/support/topic/not-working-anymore-on-wp-5-2-4-anymore/)󠁿

 [farzinsb](https://profiles.wordpress.org/farzinsb/) حوزه‌یران 27, 2020

It is causing errors for my other plugins without showing any errors on screen or
in error_log file or chrome console in latest wp update 5.4.2. so I removed it.

![](https://secure.gravatar.com/avatar/26291a3e27bd18f19210e959736696d8527c5888fa120aaeea76025b6df94891?
s=60&d=retro&r=g)

### 󠀁[Absolutely useless](https://wordpress.org/support/topic/absolutely-useless-8/)󠁿

 [Joe Bloggs](https://profiles.wordpress.org/joe-bloggs/) تشرینی دووەم 24, 2019 
1 reply

This plugin is absolutely useless without any instructions on how to actually fetch
the icon after it has been assigned to a taxonomy term. No support what’s so ever,
support questions unanswered, figure out for your self kind of thing. Well done 
guys!

 [ خوێندنەوەی 3 پێداچوونەوە ](https://wordpress.org/support/plugin/category-icon/reviews/)

## بەشداربووان و گەشەپێدەران

“Category Icon” نەرمەواڵەیەکی سەرچاوە کراوەیە. ئەم کەسانەی خوارەوە بەشدارییان تێدا
کردووە.

بەشداربووان

 *   [ pixelgrade ](https://profiles.wordpress.org/pixelgrade/)
 *   [ vlad.olaru ](https://profiles.wordpress.org/vladolaru/)
 *   [ George Olaru ](https://profiles.wordpress.org/babbardel/)

“Category Icon” وەرگێڕدراوە بۆ 6 زمان. سوپاسی [وەرگێڕەکان](https://translate.wordpress.org/projects/wp-plugins/category-icon/contributors)
دەکەین بۆ بەشداریکردنیان.

[“Category Icon” وەربگێڕە بۆ زمانەکەی خۆت.](https://translate.wordpress.org/projects/wp-plugins/category-icon)

### دەتەوێت بەشداربیت لە گەشەپێدان؟

[گەڕان لە کۆدەکەدا بکە](https://plugins.trac.wordpress.org/browser/category-icon/)،
سەیری [تەمارگەی (SVN)](https://plugins.svn.wordpress.org/category-icon/) بکە، یان
بەشداربە لە [ڕووداوتۆماری گەشەپێدان](https://plugins.trac.wordpress.org/log/category-icon/)
لە ڕێگەی [(RSS)](https://plugins.trac.wordpress.org/log/category-icon/?limit=100&mode=stop_on_copy&format=rss).

## ڕووداوتۆمارگەریی گۆڕین

#### 1.0.4

 * Updated WordPress compatibility metadata for WordPress 7.0.
 * Fixed Plugin Check errors in the release package.
 * Hardened taxonomy term meta saving with explicit nonce and capability checks.
 * Escaped taxonomy admin output and sanitized settings values.
 * Scoped admin assets and SVG upload handling to Category Icon taxonomy screens.
 * Replaced the legacy SVG media modal output buffer with attachment response data.

#### 1.0.3

 * Security: sanitize and strictly validate term icon / image IDs on save and escape
   them on output to prevent XSS via the `term_icon_value` and `term_image_value`
   fields, even for Editor-level users.

#### 1.0.2

 * Security: patched blind XXE/SSRF in SVG upload flow – external entity loading
   and network access are now disabled; malformed SVGs are rejected (fail-closed).

#### 1.0.1

 * Added sanitization for SVG uploads to prevent Cross-Site Scripting (XSS) vulnerabilities.
 * Implemented secure file naming for uploaded SVG files by appending a random suffix
   to filenames.
 * Enhanced upload handling to ensure SVG files are sanitized in place without altering
   the original upload path.
 * Improved compatibility with WordPress file upload checks.

#### 1.0.0

 * Ensure compatibility with WordPress 5.9
 * Add getter functions for term icon and image.
 * Update build process.
 * Clarify description and instructions about what this plugin does and doesn’t 
   do.

#### 0.7.1

 * Improve compatibility with WordPress 5.7

#### 0.7.0

 * We did several compatibility checks with Gutenberg so everything will work just
   fine
 * Solved an issue where Category-Icon was having a conflict with other plugins 
   in the Dashboard

#### 0.6.0

 * Add a category image field to be used as featured category image

#### 0.5.0

 * Deploy on wordpress.org

#### 0.0.1

 * Init Plugin

## مێتا

 *  وەشان **1.0.4**
 *  دوایین بەڕۆژکردنەوە **3 مانگ لەمەوبەر**
 *  دامەزراندنی چالاک **2,000+**
 *  وەشانی وۆردپرێس ** 5.9.0 یان بەرزتر **
 *  تاقیکراوەتەوە تا **7.0.4**
 *  وەشانی PHP ** 7.4 یان بەرزتر **
 *  زمانەکان
 * [English (US)](https://wordpress.org/plugins/category-icon/)، [Spanish (Chile)](https://cl.wordpress.org/plugins/category-icon/)،
   [Spanish (Colombia)](https://es-co.wordpress.org/plugins/category-icon/)، [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/category-icon/)،
   [Spanish (Spain)](https://es.wordpress.org/plugins/category-icon/)، [Spanish (Venezuela)](https://ve.wordpress.org/plugins/category-icon/)،
   و [Swedish](https://sv.wordpress.org/plugins/category-icon/).
 *  [وەریبگێڕە بۆ زمانەکەی خۆت](https://translate.wordpress.org/projects/wp-plugins/category-icon)
 * تاگەکان
 * [category](https://ku.wordpress.org/plugins/tags/category/)[icon](https://ku.wordpress.org/plugins/tags/icon/)
   [image](https://ku.wordpress.org/plugins/tags/image/)[taxonomy](https://ku.wordpress.org/plugins/tags/taxonomy/)
   [term](https://ku.wordpress.org/plugins/tags/term/)
 *  [بینینی پێشکەوتوو](https://ku.wordpress.org/plugins/category-icon/advanced/)

## هەڵسەنگاندنەکان

 1 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/category-icon/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/category-icon/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/category-icon/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/category-icon/reviews/?filter=2)
 *  [  3 1-star reviews     ](https://wordpress.org/support/plugin/category-icon/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/category-icon/reviews/#new-post)

[بینینی هەموو پێداچوونەوەکان](https://wordpress.org/support/plugin/category-icon/reviews/)

## بەشداربووان

 *   [ pixelgrade ](https://profiles.wordpress.org/pixelgrade/)
 *   [ vlad.olaru ](https://profiles.wordpress.org/vladolaru/)
 *   [ George Olaru ](https://profiles.wordpress.org/babbardel/)

## پشتیوانی

هیچت هەیە بۆ وتن؟ پێویستت بە یارمەتییە؟

 [بینینی مەکۆی پاڵپشتی](https://wordpress.org/support/plugin/category-icon/)