It’s a little complex, but you can add custom meta to taxonomies. http://pippinsplugins.com/adding-custom-meta-fields-to-taxonomies/
You could pretty easily integrate a WP media uploader field that would allow you to enter an image into the field.
Related Posts:
- get_categories for custom post type with a specific custom taxonomy attached
- Combine two taxonomies in a hierarchical tree
- How can I select a primary category?
- How to make custom taxonomy check boxes like ‘Categories’
- How to create non-unique sub-category slugs?
- How to get next previous category in same taxonomy?
- Getting WordPress custom taxonomy/category?
- Display empty taxonomy terms with get_terms()
- How to get the number of child categories a specific parent category has?
- How can I convert some categories to a custom taxonomy?
- Get multidimensional array that reflects category hierarchy
- Change existing taxonomy settings when using custom taxonomy
- How to get the id from the custom category?
- How can I edit the ‘Most Used’ tab in the categories meta-box to show another custom taxonomy?
- Display custom taxonomy attached to the post on post single page
- Question on using custom structures for categories
- Echo text using is_tag
- Same menu for different taxonomies to reach different content
- How could I write a get_categories_by_year() function?
- How to get posts using category slug in ClassiPress?
- How to set the same base url for two different taxonomies?
- Get WooCommerce product category list in functions.php
- Why use hierarchical taxonomies instead of many custom taxonomies?
- Renaming default category taxonomy?
- How to Manage and link certain custom taxonomy?
- Display List of Categories Within a Custom Taxonomy
- How to add a post with new Taxonomy without assigning to default category?
- Converting Categories (with ACF fields) to custom taxonomies
- How can I get the categories and subcategories separately?
- Can I set a default featured image for a category?
- Can’t custom taxonomies have same terms (slugs) as categories?
- Order get_terms() By Custom Field
- Could not insert term into the database
- Share one taxonomy across multiple blogs in 3.0 [duplicate]
- How to list all categories and tags in a page?
- wp_update_nav_menu_item() to insert categories
- How to add a background image to category and display image on category page
- Display only deepest category on a single post?
- Wrap a chosen category name with div
- Are Custom Taxonomy Templates Possible?
- How to display a description of a given category from a custom taxonomy
- What’s the difference between “parent” and “category_parent” in a WP_Term object?
- Update taxonomy value of post type in query
- How to query posts from specific authors and categories using WP_query?
- Add custom taxonomy under the category title
- Category tree is flattened inside admin upon saving
- PHP Fatal error: Cannot use object of type WP_REST_Response as array in wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
- How to know if it’s a child taxonomy?
- List Terms in Category
- How to get category URL with the slug?
- Display Slug instead of Name
- Show Available Taxonomy List with Current Category
- Category index featured image
- How to display custom taxonomies with links in filter menu?
- Exclude a category from the_category in the single post page
- Why does the argument list_only do on Walker_Category_Checklist::start_el?
- Filtering multiple categories via the URL
- Limit amount of posts made within a custom taxonomy
- Display specific categories by ID
- add_rewrite_endpoint returns 404 on archives
- Add category only if post has custom taxonomy category
- Add child category to parent on post creation and save
- Why don’t posts show up in my categories on the frontend?
- Flat category URLs but retaining hierarchy?
- Get posts from specific taxonomy term
- How many categories can WordPress handle before performance suffers?
- Display thumbnails for certain category posts
- Wacky taxonomy in wordpress
- Category images are not displaying in WordPress
- Some categories missing on wp-admin/edit-tags.php?taxonomy=category
- List just subcategory and products of active category page in Woocommerce
- custom page for custom Taxonomy
- Filter By Category Dropdown List With Custom Taxonomies
- query_posts by category_name and custom taxonomy
- How to schedule categories?
- Copy post taxonomy?
- How to load several hierarchical categories from functions.php
- Posts not listing out sub category in hierarchy
- Post to inherit custom category background image from parent
- Combining these queries? (Same taxonomy term + same category as post)
- Link posts together (relative, not grouped)
- How to fix select filter on category
- Migrate the posts of a category to another blog as a custom taxonomy
- Taxonomy custom check box meta field not getting saved
- Filtering posts in category by tag URL
- Grab all the posts for particular category
- Create custom post type categories
- Can I get thumbnail of taxonomy?
- Set a Default CPT taxonomy by taxonomy id
- Image Upload Custom Form Field for Category and Custom Taxonomy
- How get all media from a posts category by db?
- Grouping parent categories into sections
- get_adjacent_post_link excluded_terms ignored
- Category base 404 – fix
- Create Cross Promoting Categories in WordPress Using ‘pre_get_posts’
- How to Organize my Photo Albums?
- How to display the category featured images [closed]
- Woocommerce custom taxonomy order
- Hook action when create new category [duplicate]
- Two related taxonomies. how to filter terms in second taxonomy depending on selected term in first taxonomy on Post edit page?