WP Custom taxonomy image

plugin banner

WP Custom Taxonomy Image Plugin allow you to add image with category/taxonomy.

Author:Aftab Husain (profile at wordpress.org)
WordPress version required:3.5.0
WordPress version tested:6.0.1
Plugin version:1.0.0
Added to WordPress repository:26-07-2015
Last updated:25-07-2022
Rating, %:74
Rated by:20
Plugin URI:https://aftabhusain.wordpress.com/
Total downloads:52 760
Active installs:5 000+
plugin download
Click to start download
  • Category and Taxonomy Image Plugin allow you to add image with category/taxonomy.
  • you can use the following function into your templates to get category/term image:
if (function_exists('get_wp_term_image'))
{
    $meta_image = get_wp_term_image($term_id); 
    //It will give category/term image url 
}

echo $meta_image; // category/term image url

where $term_id is ‘category/term id’

Features

  • Setting ,for which taxonomy ,image field is to be enable.
  • Very simple in use
  • Can be customized easily.

Screenshots
FAQ
ChangeLog