{"id":38475,"date":"2015-08-24T22:15:33","date_gmt":"2015-08-24T22:15:33","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-term-icons\/"},"modified":"2026-03-31T15:52:46","modified_gmt":"2026-03-31T15:52:46","slug":"wp-term-icons","status":"publish","type":"plugin","link":"https:\/\/cn.wordpress.org\/plugins\/wp-term-icons\/","author":395440,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.1.2","stable_tag":"0.1.2","tested":"4.9.29","requires":"4.3","requires_php":"","requires_plugins":null,"header_name":"WP Term Icons","header_author":"John James Jacoby","header_description":"","assets_banners_color":"575757","last_updated":"2026-03-31 15:52:46","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/wp-term-icons\/","header_author_uri":"https:\/\/profiles.wordpress.org\/johnjamesjacoby\/","rating":0,"author_block_rating":0,"active_installs":200,"downloads":9823,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.1.2":{"tag":"0.1.2","author":"johnjamesjacoby","date":"2026-03-31 15:52:46"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":1274701,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":1274701,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":1862750,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":1862750,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":1229665,"resolution":"1","location":"assets","locale":"","width":756,"height":479}},"screenshots":{"1":"Category Icons"}},"plugin_section":[],"plugin_tags":[497,683,2994,91,5058],"plugin_category":[50,57],"plugin_contributors":[77545],"plugin_business_model":[],"class_list":["post-38475","plugin","type-plugin","status-publish","hentry","plugin_tags-icon","plugin_tags-meta","plugin_tags-metadata","plugin_tags-taxonomy","plugin_tags-term","plugin_category-media","plugin_category-taxonomy","plugin_contributors-johnjamesjacoby","plugin_committers-johnjamesjacoby"],"banners":{"banner":"https:\/\/ps.w.org\/wp-term-icons\/assets\/banner-772x250.png?rev=1862750","banner_2x":"https:\/\/ps.w.org\/wp-term-icons\/assets\/banner-1544x500.png?rev=1862750","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/wp-term-icons\/assets\/icon-128x128.png?rev=1274701","icon_2x":"https:\/\/ps.w.org\/wp-term-icons\/assets\/icon-256x256.png?rev=1274701","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-term-icons\/assets\/screenshot-1.png?rev=1229665","caption":"Category Icons"}],"raw_content":"<!--section=description-->\n<p>Pretty icons for categories, tags, and other taxonomy terms<\/p>\n\n<p>WP Term Icons allows users to assign icons to any visible category, tag, or taxonomy term using a fancy icon picker, providing a customized look for their taxonomy terms.<\/p>\n\n<h4>Also checkout<\/h4>\n\n<ul>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/wp-term-order\/\" title=\"Sort taxonomy terms, your way.\">Term Order<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/wp-term-colors\/\" title=\"Pretty colors for categories, tags, and other taxonomy terms.\">Term Colors<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/wp-term-visibility\/\" title=\"Visibilities for categories, tags, and other taxonomy terms.\">Term Visibility<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/wp-user-groups\/\" title=\"Group users together with taxonomies &amp; terms.\">User Groups<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/wp-user-profiles\/\" title=\"The sophisticated way to edit users in WordPress.\">User Profiles<\/a><\/li>\n<\/ul>\n\n<!--section=installation-->\n<ul>\n<li>Download and install using the built in WordPress plugin installer.<\/li>\n<li>Activate in the \"Plugins\" area of your admin by clicking the \"Activate\" link.<\/li>\n<li>No further setup or configuration is necessary.<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20this%20create%20new%20database%20tables%3F\"><h3>Does this create new database tables?<\/h3><\/dt>\n<dd><p>No. There are no new database tables with this plugin.<\/p><\/dd>\n<dt id=\"does%20this%20modify%20existing%20database%20tables%3F\"><h3>Does this modify existing database tables?<\/h3><\/dt>\n<dd><p>No. All of WordPress's core database tables remain untouched.<\/p><\/dd>\n<dt id=\"how%20do%20i%20query%20for%20terms%20via%20their%20icons%3F\"><h3>How do I query for terms via their icons?<\/h3><\/dt>\n<dd><p>With WordPress's <code>get_terms()<\/code> function, the same as usual, but with an additional <code>meta_query<\/code> argument according the <code>WP_Meta_Query<\/code> specification:\nhttp:\/\/codex.wordpress.org\/Class_Reference\/WP_Meta_Query<\/p>\n\n<pre><code>$terms = get_terms( 'category', array(\n    'depth'      =&gt; 1,\n    'number'     =&gt; 100,\n    'parent'     =&gt; 0,\n    'hide_empty' =&gt; false,\n\n    \/\/ Query by icon using the \"wp-term-meta\" plugin!\n    'meta_query' =&gt; array( array(\n        'key'   =&gt; 'icon',\n        'value' =&gt; 'dashicons-networking'\n    ) )\n) );\n<\/code><\/pre><\/dd>\n<dt id=\"where%20can%20i%20get%20support%3F\"><h3>Where can I get support?<\/h3><\/dt>\n<dd><p>The WordPress support forums: https:\/\/wordpress.org\/support\/plugin\/wp-term-icons<\/p><\/dd>\n<dt id=\"where%20can%20i%20find%20documentation%3F\"><h3>Where can I find documentation?<\/h3><\/dt>\n<dd><p>The JJJ Software, Inc. page: https:\/\/jjj.software\/wp-term-icons\/<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1.2<\/h4>\n\n<ul>\n<li>Add \"term-icon-wrap\" class to fields<\/li>\n<\/ul>\n\n<h4>0.1.1<\/h4>\n\n<ul>\n<li>Remove erroneous \"form-required\" class from field<\/li>\n<\/ul>\n\n<h4>0.1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Pretty icons for categories, tags, and other taxonomy terms","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/38475","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=38475"}],"author":[{"embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/johnjamesjacoby"}],"wp:attachment":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=38475"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=38475"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=38475"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=38475"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=38475"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=38475"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}