Wordpress plugins
WP Multiple Taxonomy Images

WP Multiple Taxonomy Images

Version : 0.3
Tested up to : 4.5.10
Number of download : 597
Author : Otto Bibartiu
Average rating : 5 / 5 on 2 votes 2 votes, 5 avg.rating

Screenshots

WP Multiple Taxonomy Images
WP Multiple Taxonomy Images
WP Multiple Taxonomy Images
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. 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 <?php if (function_exists('get_tax_image_urls')) $img_urls = get_tax_image_urls($term_id ,'full'); ?> to get an array of all image URLs. Use <?php if (function_exists('get_tax_images')) $img_html = get_tax_images($term_id ,'full'); ?> to get all images as HTML img-tags. Use <?php if (function_exists('get_tax_image_metadata')) $img_html = get_tax_image_metadata($term_id); ?> to get an array of every image metadata. Each array entry has an object, which corresponds to the return value of wp_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;

Download now