PHPackages                             stuttter/wp-term-icons - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. stuttter/wp-term-icons

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

stuttter/wp-term-icons
======================

Icons for categories, tags, and other taxonomy terms

1206[1 issues](https://github.com/stuttter/wp-term-icons/issues)[1 PRs](https://github.com/stuttter/wp-term-icons/pulls)PHP

Since Jun 3Pushed 6y agoCompare

[ Source](https://github.com/stuttter/wp-term-icons)[ Packagist](https://packagist.org/packages/stuttter/wp-term-icons)[ RSS](/packages/stuttter-wp-term-icons/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

WP Term Icons
=============

[](#wp-term-icons)

Pretty icons for categories, tags, and other taxonomy terms

WP Term Icons allows users to assign icons to any visible category, tag, or taxonomy term using a fancy icon picker, providing a customized look for their taxonomy terms.

Installation
============

[](#installation)

- Download and install using the built in WordPress plugin installer.
- Activate in the "Plugins" area of your admin by clicking the "Activate" link.
- No further setup or configuration is necessary.

FAQ
===

[](#faq)

### Does this plugin depend on any others?

[](#does-this-plugin-depend-on-any-others)

Not since WordPress 4.4.

Install the [WP Term Meta](https://wordpress.org/plugins/wp-term-meta/ "Metadata, for taxonomy terms.") plugin if you're on an earlier version.

### Does this create new database tables?

[](#does-this-create-new-database-tables)

No. There are no new database tables with this plugin.

### Does this modify existing database tables?

[](#does-this-modify-existing-database-tables)

No. All of WordPress's core database tables remain untouched.

### Can I query for terms by their `icon`?

[](#can-i-query-for-terms-by-their-icon)

Yes. Use a `meta_query` like:

```
$terms = get_terms( 'category', array(
	'depth'      => 1,
	'number'     => 100,
	'parent'     => 0,
	'hide_empty' => false,

	// Query by icon using the "wp-term-meta" plugin!
	'meta_query' => array( array(
		'key'   => 'icon',
		'value' => 'dashicons-networking'
	) )
) );

```

### Where can I get support?

[](#where-can-i-get-support)

The WordPress support forums:

### Can I contribute?

[](#can-i-contribute)

Yes, please! The number of users needing more robust taxonomy visuals is growing fast. Having an easy-to-use UI and powerful set of functions is critical to managing complex WordPress installations. If this is your thing, please help us out!

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8b3e78da513af70d22b0a942297a300eef15e3ce8080e877c054ebb83e24d82?d=identicon)[jjj](/maintainers/jjj)

---

Top Contributors

[![JJJ](https://avatars.githubusercontent.com/u/88951?v=4)](https://github.com/JJJ "JJJ (32 commits)")

---

Tags

iconsmetatermswordpress

### Embed Badge

![Health badge](/badges/stuttter-wp-term-icons/health.svg)

```
[![Health](https://phpackages.com/badges/stuttter-wp-term-icons/health.svg)](https://phpackages.com/packages/stuttter-wp-term-icons)
```

###  Alternatives

[summerblue/generator

Extend Laravel's generators scaffold.

34139.9k](/packages/summerblue-generator)[husseinalhammad/fontawesome-svg

PHP class to add Font Awesome 5+'s SVG icons inline without Javascript.

1811.3k](/packages/husseinalhammad-fontawesome-svg)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
