Category And Taxonomy Image Wordpress Plugin - Rating, Reviews, Demo & Download

Category And Taxonomy Image Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

  • 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

  1. Settings page where you can select the taxonomies you want to include it in WP Custom Taxonomy Image

    Settings page where you can select the taxonomies you want to include it in WP Custom Taxonomy Image

  2. Example of the category/taxonomy image under the general category

    Example of the category/taxonomy image under the general category


Reviews & Comments