WP Multiple Taxonomy Images
The WP Multiple Taxonomy Images Plugin allows you to add multiple images to a term. It supports category, tags and custom taxonomies.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3472 days ago • Support resolved 0% • 2 reviews
Is WP Multiple Taxonomy Images abandoned?
Possibly abandoned (last update 3472 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
The WP Multiple Taxonomy Images Plugin allows you to add multiple images to a term.
It supports category, tags and custom taxonomies. Terms can have a different number
of images.
- Works with custom categories, tags, and custom taxonomies.
- Multiple images per term.
- Number of images can be changed individually for each term.
- Thumbnails overview in the term list.
- Images can be changed when editing terms.
- A simple settings page allows you to exclude certain taxonomies.
Usage
- Use
to get an array of all image URLs. - Use
to get all images as HTML img-tags. - Use
to get an array of every image metadata.
Each array entry has an object, which corresponds to the return value ofwp_get_attachment_metadata()for each single image.
If you do not know the $term_id of the current term in your category/taxonomy template, then you
can query it with the following command:
$tax_obj = get_queried_object();
$term_id = $tax_obj->term_id;
Installation
You can install WP Multiple Taxonomy Images from the WordPress admin panel:
- Visit the Plugins > Add New and search for ‘WP Multiple Taxonomy Images’.
- Click to install.
- Once installed, activate and it is functional.
OR
Manual Installation:
- Download the plugin, then extract it.
- Upload
wp-multiple-taxonomy-imagesextracted folder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Frequently Asked Questions
No questions yet. Please feel free to ask questions.
Review feed
Screenshots

Images can be added via the media box when creating a new tag/category (custom term).

You can add or remove as many images you want per term.

All images are shown as thumbnails.

When editing the terms, one can still change images or the number of images.

A simple settings page allows you to exclude taxonomies.
Changelog
0.3
Fix warnings in post view.
0.2
Update text in readme.txt.
0.1
Release of WP Multiple Taxonomy Images.