{"id":26096350,"url":"https://github.com/stuttter/wp-term-icons","last_synced_at":"2025-04-12T11:50:23.977Z","repository":{"id":57060733,"uuid":"41328949","full_name":"stuttter/wp-term-icons","owner":"stuttter","description":"Pretty icons for categories, tags, and other taxonomy terms","archived":false,"fork":false,"pushed_at":"2019-06-07T19:20:36.000Z","size":49,"stargazers_count":12,"open_issues_count":2,"forks_count":7,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T06:34:29.130Z","etag":null,"topics":["icons","meta","terms","wordpress"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/wp-term-icons/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuttter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-24T21:56:02.000Z","updated_at":"2023-08-24T15:01:31.000Z","dependencies_parsed_at":"2022-08-24T07:30:44.503Z","dependency_job_id":null,"html_url":"https://github.com/stuttter/wp-term-icons","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuttter","download_url":"https://codeload.github.com/stuttter/wp-term-icons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248564968,"owners_count":21125412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["icons","meta","terms","wordpress"],"created_at":"2025-03-09T14:45:34.071Z","updated_at":"2025-04-12T11:50:23.956Z","avatar_url":"https://github.com/stuttter.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Term Icons\n\nPretty icons for categories, tags, and other taxonomy terms\n\nWP 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.\n\n# Installation\n\n* Download and install using the built in WordPress plugin installer.\n* Activate in the \"Plugins\" area of your admin by clicking the \"Activate\" link.\n* No further setup or configuration is necessary.\n\n# FAQ\n\n### Does this plugin depend on any others?\n\nNot since WordPress 4.4.\n\nInstall the [WP Term Meta](https://wordpress.org/plugins/wp-term-meta/ \"Metadata, for taxonomy terms.\") plugin if you're on an earlier version.\n\n### Does this create new database tables?\n\nNo. There are no new database tables with this plugin.\n\n### Does this modify existing database tables?\n\nNo. All of WordPress's core database tables remain untouched.\n\n### Can I query for terms by their `icon`?\n\nYes. Use a `meta_query` like:\n\n```\n$terms = get_terms( 'category', array(\n\t'depth'      =\u003e 1,\n\t'number'     =\u003e 100,\n\t'parent'     =\u003e 0,\n\t'hide_empty' =\u003e false,\n\n\t// Query by icon using the \"wp-term-meta\" plugin!\n\t'meta_query' =\u003e array( array(\n\t\t'key'   =\u003e 'icon',\n\t\t'value' =\u003e 'dashicons-networking'\n\t) )\n) );\n```\n\n### Where can I get support?\n\nThe WordPress support forums: https://wordpress.org/support/plugin/wp-term-icons/\n\n### Can I contribute?\n\nYes, please! The number of users needing more robust taxonomy visuals is growing fast. Having an easy-to-use UI and powerful set of functions is critical to managing complex WordPress installations. If this is your thing, please help us out!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuttter%2Fwp-term-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuttter%2Fwp-term-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuttter%2Fwp-term-icons/lists"}