PHPackages                             stuttter/wp-term-images - 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-images

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

stuttter/wp-term-images
=======================

Images for categories, tags, and other taxonomy terms

1.0.0(9y ago)3573415[10 issues](https://github.com/stuttter/wp-term-images/issues)[4 PRs](https://github.com/stuttter/wp-term-images/pulls)GPLv2 or laterPHPPHP &gt;=5.2

Since Nov 9Pushed 5y ago4 watchersCompare

[ Source](https://github.com/stuttter/wp-term-images)[ Packagist](https://packagist.org/packages/stuttter/wp-term-images)[ Docs](https://github.com/stuttter/wp-term-images)[ RSS](/packages/stuttter-wp-term-images/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

WP Term Images
==============

[](#wp-term-images)

Images for categories, tags, and other taxonomy terms

WP Term Images allows users to assign images to any visible category, tag, or taxonomy term using the media library, 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.

### 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.

### How do I get the image for a term?

[](#how-do-i-get-the-image-for-a-term)

With WordPress's `get_term_meta()` function

```
// image id is stored as term meta
$image_id = get_term_meta( 7, 'image', true );

// image data stored in array, second argument is which image size to retrieve
$image_data = wp_get_attachment_image_src( $image_id, 'full' );

// image url is the first item in the array (aka 0)
$image = $image_data[0];

if ( ! empty( $image ) ) {
	echo '';
}

```

### Where can I get support?

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

- Basic:
- Priority:

### 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

33

—

LowBetter than 75% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 92.5% 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.

###  Release Activity

Cadence

Every ~108 days

Total

5

Last Release

3406d ago

Major Versions

0.3.1 → 1.0.02017-01-17

### 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 (37 commits)")[![stevegrunwell](https://avatars.githubusercontent.com/u/233836?v=4)](https://github.com/stevegrunwell "stevegrunwell (2 commits)")[![mayukojpn](https://avatars.githubusercontent.com/u/1886443?v=4)](https://github.com/mayukojpn "mayukojpn (1 commits)")

---

Tags

imagesmetatermswordpress

### Embed Badge

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

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

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5671.4k1](/packages/pfefferle-wordpress-activitypub)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

18238.1k2](/packages/civicrm-civicrm-drupal-8)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.4k](/packages/mediawiki-semantic-glossary)[humanmade/lottie-lite

A lightweight Lottie Animations Extension for WordPress

374.3k](/packages/humanmade-lottie-lite)

PHPackages © 2026

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