{"id":25357,"date":"2013-09-23T18:00:29","date_gmt":"2013-09-23T18:00:29","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wpcustom-category-image\/"},"modified":"2018-01-16T17:40:47","modified_gmt":"2018-01-16T17:40:47","slug":"wpcustom-category-image","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wpcustom-category-image\/","author":338452,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.1.13","stable_tag":"trunk","tested":"4.8.0","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"WPCustom Category Image","header_author":"Eduardo Stuart","header_description":"","assets_banners_color":"e7b785","last_updated":"2018-01-16 17:40:47","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.patreon.com\/estuart","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/wpcustom-category-image\/","header_author_uri":"https:\/\/s.tuart.me","rating":4.2,"author_block_rating":0,"active_installs":5000,"downloads":68742,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"2","2":0,"3":"1","4":"1","5":"9"},"assets_icons":{"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":"1417415","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"1417390","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["2.0","2.1.0","2.1.1","2.1.4"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1803945","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1803945","resolution":"1","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1803945","resolution":"3","location":"plugin"}},"screenshots":{"1":"Add New Category","2":"Edit Category","3":"Choose Category Image"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[89,72064,2759],"plugin_category":[43],"plugin_contributors":[141238],"plugin_business_model":[],"class_list":["post-25357","plugin","type-plugin","status-closed","hentry","plugin_tags-category","plugin_tags-custom-category-image","plugin_tags-customization","plugin_category-customization","plugin_contributors-pyro3x","plugin_committers-pyro3x"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wpcustom-category-image_e7b785.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wpcustom-category-image\/trunk\/screenshot-1.png?rev=1803945","caption":"Add New Category"},{"src":"https:\/\/ps.w.org\/wpcustom-category-image\/trunk\/screenshot-2.png?rev=1803945","caption":"Edit Category"},{"src":"https:\/\/ps.w.org\/wpcustom-category-image\/trunk\/screenshot-3.png?rev=1803945","caption":"Choose Category Image"}],"raw_content":"<!--section=description-->\n<p><strong>Support WP Custom Category Image development<\/strong><\/p>\n\n<p>WPCustomCategoryImage is an open source project and completely free to use.<\/p>\n\n<p>You can support via <a href=\"https:\/\/www.patreon.com\/estuart\">Patreon<\/a> or one-time donation via <a href=\"https:\/\/paypal.me\/eduardostuart\">Paypal<\/a>.<\/p>\n\n\n\n<p>The <strong>WP Custom Category Image<\/strong> plugin allow users to upload their very own custom category image to obtain a much more personalized look and feel.<\/p>\n\n<p><strong>Requires WordPress 3.0+ and PHP 5.3+<\/strong><\/p>\n\n<h4>Usage<\/h4>\n\n<p>Go to <code>Wp-Admin -&gt; Posts(or post type) -&gt; Categories (or taxonomy)<\/code> to see Custom Category Image options<\/p>\n\n<p><strong>Example #1<\/strong>\n<a href=\"https:\/\/gist.github.com\/eduardostuart\/b88d6845a1afb78c296c\">gist.github.com\/eduardostuart\/b88d6845a1afb78c296c<\/a><\/p>\n\n<p><strong>Example #2 (Shortcode)<\/strong>\nYou can use a shortcode now (since 2.1.0):<\/p>\n\n<pre><code>echo do_shortcode('[wp_custom_image_category onlysrc=\"false\" size=\"full\" term_id=\"123\" alt=\"alt :)\"]');\n<\/code><\/pre>\n\n<p><strong>Example #3<\/strong><\/p>\n\n<pre><code>foreach( get_categories(['hide_empty' =&gt; false]) as $category) {\n    echo $category-&gt;name . '&lt;br&gt;';\n    echo do_shortcode(sprintf('[wp_custom_image_category term_id=\"%s\"]',$category-&gt;term_id));\n}\n<\/code><\/pre>\n\n<!--section=installation-->\n<p>You can either install it automatically from the WordPress admin, or do it manually:<\/p>\n\n<ol>\n<li>Unzip the archive and put the <code>wpcustom-category-image<\/code> folder into your plugins folder (\/wp-content\/plugins\/).<\/li>\n<li>Activate the plugin from the Plugins menu.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><p>You can either install it automatically from the WordPress admin, or do it manually:<\/p>\n\n<ol>\n<li>Unzip the archive and put the <code>wpcustom-category-image<\/code> folder into your plugins folder (\/wp-content\/plugins\/).<\/li>\n<li>Activate the plugin from the Plugins menu.<\/li>\n<\/ol><\/dd>\n<dt>T_STATIC Error<\/dt>\n<dd><p>If you see this: <code>Parse error: syntax error, unexpected T_STATIC, expecting T_STRING or T_VARIABLE or '$'<\/code>\nyou are using a PHP 5.3 &lt; Version.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<p><strong>v2.1.2<\/strong>\n- Readme Updated;<\/p>\n\n<p><strong>v2.1.1<\/strong>\n- Bug fixes;\n- pt_BR translation;<\/p>\n\n<p><strong>v2.1.0<\/strong>\n- Bug fixes;\n- Shortcode added;<\/p>\n\n<p><strong>v1.1.3<\/strong>\n- Bug fixes; Thanks to @webkupas and @iranodust;\n- Added custom images to custom taxonomies edit page;<\/p>\n\n<p><strong>v1.1.2<\/strong>\n- Bug fixes; Thanks: Thiago Otaviani;<\/p>\n\n<p><strong>v1.1.0<\/strong>\n- Bug fixes;\n- Display current image (admin);<\/p>\n\n<p><strong>v1.0.1<\/strong>\n- Bug fixes;<\/p>","raw_excerpt":"The WP Custom Category Image plugin allow users to upload their very own custom category image.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/25357","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=25357"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/pyro3x"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=25357"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=25357"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=25357"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=25357"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=25357"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=25357"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}