Category and Taxonomy Image

Category and Taxonomy Image Install Statistics

11
100%
Today: 11 Yesterday: 0 All-time: 52,647 downloads
Category and Taxonomy Image Icon

Try plugin: Category and Taxonomy Image

We'll create fresh WordPress site with Category and Taxonomy Image installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Category and Taxonomy Image

Category and Taxonomy Image Plugin allow you to add image with category/taxonomy.

13


0


1


0


6

updated: 2 years ago
since: 9 years ago
author: Aftab Husain

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.