by John James Jacoby
4.6 (10 reviews)
WP Term Images
Images for categories, tags, and other taxonomy terms
Tested up to WP 5.6.17 (Current: 6.9.4)
v1.0.0
Current Version v1.0.0
Updated 2 days ago
Last Update on 31 Mar, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#4,840
—
No change
Active Installs
2K+
-21.2%
KW Avg Position
124
—
No change
Downloads
52.1K
+6 today
Support Resolved
0%
—
No change
Rating
92%
Review 4.6 out of 5
4.6
(10 reviews)
Next Milestone 3K
2K+
3K+
466
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 462 more installs to reach 3K+
Rank Changes
Current
#4,840
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.6
10 reviews
Overall
92%
5
9
(90%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
1
(10%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| term | 124 | — | Tag | 3 months ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.0.0
- Last Updated
- Mar 31, 2026
- Requires WP
- 4.4+
- Tested Up To
- 5.6.17
- PHP Version
- N/A
- Author
- John James Jacoby
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.6
- Reviews
- 10
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,716
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#953
Firelight Lightbox
200K+ installs
#257
Performance Lab
200K+ installs
#279
Photo Gallery by 10Web – Mobile-Friendly Image Gallery
200K+ installs
#280
Frequently Asked Questions
Common questions about WP Term Images
// 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 '<img src="' . esc_url( $image ) . '" />';
}
$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 '<img src="' . esc_url( $image ) . '" />';
}
Basic: https://wordpress.org/support/plugin/wp-term-images/
Priority: https://chat.flox.io/support/channels/wp-term-images/
Priority: https://chat.flox.io/support/channels/wp-term-images/