{"id":50156,"date":"2016-08-09T16:55:31","date_gmt":"2016-08-09T16:55:31","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-multiple-taxonomy-images\/"},"modified":"2016-08-15T22:36:00","modified_gmt":"2016-08-15T22:36:00","slug":"wp-multiple-taxonomy-images","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-multiple-taxonomy-images\/","author":14503954,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.3","stable_tag":"0.3","tested":"4.5.33","requires":"4.0.1","requires_php":"","requires_plugins":"","header_name":"WP Multiple Taxonomy Images","header_author":"Otto Bibartiu","header_description":"","assets_banners_color":"","last_updated":"2016-08-15 22:36:00","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=ZPAVLC9SMUVXW","header_plugin_uri":"http:\/\/www.cruso.ch","header_author_uri":"http:\/\/www.cruso.ch","rating":5,"author_block_rating":0,"active_installs":100,"downloads":2376,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>Frist release, there are no upgrade notice.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.2","0.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1470953","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1470953","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1470953","resolution":"3","location":"assets"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1470953","resolution":"4","location":"assets"},"screenshot-5.png":{"filename":"screenshot-5.png","revision":"1470953","resolution":"5","location":"assets"}},"screenshots":{"1":"Images can be added via the media box when creating a new tag\/category (custom term).","2":"You can add or remove as many images you want per term.","3":"All images are shown as thumbnails.","4":"When editing the terms, one can still change images or the number of images.","5":"A simple settings page allows you to exclude taxonomies."}},"plugin_section":[],"plugin_tags":[13359,75548,75550,75549,75547],"plugin_category":[],"plugin_contributors":[96695],"plugin_business_model":[],"class_list":["post-50156","plugin","type-plugin","status-closed","hentry","plugin_tags-category-image","plugin_tags-multi-images-categories","plugin_tags-multiple-tax-images","plugin_tags-multiple-taxonomy-image","plugin_tags-multiple-taxonomy-images","plugin_contributors-otto-bibartiu","plugin_committers-otto-bibartiu"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-multiple-taxonomy-images.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-multiple-taxonomy-images\/assets\/screenshot-1.png?rev=1470953","caption":"Images can be added via the media box when creating a new tag\/category (custom term)."},{"src":"https:\/\/ps.w.org\/wp-multiple-taxonomy-images\/assets\/screenshot-2.png?rev=1470953","caption":"You can add or remove as many images you want per term."},{"src":"https:\/\/ps.w.org\/wp-multiple-taxonomy-images\/assets\/screenshot-3.png?rev=1470953","caption":"All images are shown as thumbnails."},{"src":"https:\/\/ps.w.org\/wp-multiple-taxonomy-images\/assets\/screenshot-4.png?rev=1470953","caption":"When editing the terms, one can still change images or the number of images."},{"src":"https:\/\/ps.w.org\/wp-multiple-taxonomy-images\/assets\/screenshot-5.png?rev=1470953","caption":"A simple settings page allows you to exclude taxonomies."}],"raw_content":"<!--section=description-->\n<p>The WP Multiple Taxonomy Images Plugin allows you to add multiple images to a term. \nIt supports category, tags and custom taxonomies. Terms can have a different number \nof images.<\/p>\n\n<ul>\n<li>Works with custom categories, tags, and custom taxonomies.<\/li>\n<li>Multiple images per term.<\/li>\n<li>Number of images can be changed individually for each term.<\/li>\n<li>Thumbnails overview in the term list.<\/li>\n<li>Images can be changed when editing terms.<\/li>\n<li>A simple settings page allows you to exclude certain taxonomies.<\/li>\n<\/ul>\n\n<h3>Usage<\/h3>\n\n<ol>\n<li>Use <code>&lt;?php if (function_exists('get_tax_image_urls')) $img_urls = get_tax_image_urls($term_id ,'full'); ?&gt;<\/code> to get an array of all image URLs.  <\/li>\n<li>Use <code>&lt;?php if (function_exists('get_tax_images')) $img_html = get_tax_images($term_id ,'full'); ?&gt;<\/code> to get all images as HTML img-tags.<\/li>\n<li>Use <code>&lt;?php if (function_exists('get_tax_image_metadata')) $img_html = get_tax_image_metadata($term_id); ?&gt;<\/code> to get an array of every image metadata. \nEach array entry has an object, which corresponds to the return value of <code>wp_get_attachment_metadata()<\/code> for each single image.  <\/li>\n<\/ol>\n\n<p>If you do not know the <code>$term_id<\/code> of the current term in your category\/taxonomy template, then you \ncan query it with the following command: \n    $tax_obj = get_queried_object();\n    $term_id = $tax_obj-&gt;term_id;<\/p>\n\n<!--section=installation-->\n<p>You can install WP Multiple Taxonomy Images from the WordPress admin panel:<\/p>\n\n<ol>\n<li>Visit the Plugins &gt; Add New and search for 'WP Multiple Taxonomy Images'.<\/li>\n<li>Click to install.<\/li>\n<li>Once installed, activate and it is functional.<\/li>\n<\/ol>\n\n<p>OR<\/p>\n\n<p>Manual Installation:<\/p>\n\n<ol>\n<li>Download the plugin, then extract it.<\/li>\n<li>Upload <code>wp-multiple-taxonomy-images<\/code> extracted folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<p>No questions yet. Please feel free to ask questions.<\/p>\n\n<!--section=changelog-->\n<h4>0.3<\/h4>\n\n<p>Fix warnings in post view.<\/p>\n\n<h4>0.2<\/h4>\n\n<p>Update text in readme.txt.<\/p>\n\n<h4>0.1<\/h4>\n\n<p>Release of WP Multiple Taxonomy Images.<\/p>","raw_excerpt":"The WP Multiple Taxonomy Images Plugin allows you to add multiple images to a term. \nIt supports category, tags and custom taxonomies.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/50156","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=50156"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/otto-bibartiu"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=50156"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=50156"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=50156"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=50156"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=50156"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=50156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}