=== Advanced Category and Custom Taxonomy Image === Tags: Category Image, Category Images, Categories Images, taxonomy image, taxonomy images, taxonomies images, category icon, categories icons, category logo, categories logos, admin, wp-admin, category image plugin, categories images plugin, category featured image, categories featured images, feature image for category, term image, tag image term images, tag images Contributors: Sajjad Hossain Sagor Author: Sajjad Hossain Sagor Tested up to: 5.1 License: GPLv2 Requires at least: 3.5.0 Stable tag: 1.0 Add Custom Image To Your Category / Custom Taxonomy Field With Advanced Category and Custom Taxonomy Image Plugin. Upload Different Image For Different Devices ex: Mobile, Tablet, Desktop, iOS, Android, Windows Phone. Built-in Template Tag To Use Anywhere You Want In Your Theme : get_taxonomy_image($term_id, $return_img_tag, $class); == Description == Now its easier to include category / custom taxonomy image with this plugin for different platforms. No need to overload mobile bandwidth with high pixel image size. You can now select different image for different devices. = Documentation =

$taxonomy_img = get_taxonomy_image( int $term_id = get_queried_object()->term_id , boolean $return_img_tag = false , array $class = array() );

get taxonomy image url if $return_html = true then return  tag

= Parameters =
$term_id
(int) (Required) Taxonomy ID of the term.

$return_img_tag
(boolean) (Optional) Formatted Image with  tag for the field during output.

$class
(array) (Optional) Array of image classes ex: array('class1','class2',...) but $return_img_tag should be true to add image class.

echo $taxonomy_img; // category / taxonomy image url

where $term_id is 'category / term id' = Features = * Option To Enable Custom Image Upload for different taxonomies * Option To Enable Custom Image Upload for different devices * Very simple to use & WP Default Media Uploaded to upload image * Built-in Template Tag to use in your theme template == Screenshots == 1. Settings page for enabling taxonomy image upload for different taxonomies 2. Settings page for enabling taxonomy image upload for different devices 3. Auto Template Tag Generation == Frequently Asked Questions == 1. How can i use the image i uploaded? Get Your Taxonomy tag_ID and use get_taxonomy_image($term_id) to get the image url and use it in your theme's template area where you want to show it. (Note : In the taxonomy list there you will find already created template tag to use see screenshot 3) == Installation == 1. Go to Wordpress plugin page 2. Click Add New & Upload Plugin 3. Drag / Click upload the plugin zip file 4. The resulting installation screen will list the installation as successful or note any problems during the install. If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions. 3. Go to your Dashboard ->Settings -> Advanced Category & Taxonomy Image. 4. There You Will Find Fields To Enable Taxonomy & Device Filters. 6. After Enabling Go To Your Taxonomy Add/Edit Page To Upload Image == Changelog == = 1.0 = * Initial release.