{"id":19639516,"url":"https://github.com/stuttter/wp-term-colors","last_synced_at":"2025-04-28T10:31:08.558Z","repository":{"id":57060729,"uuid":"41324033","full_name":"stuttter/wp-term-colors","owner":"stuttter","description":"Pretty colors for categories, tags, and other taxonomy terms","archived":false,"fork":false,"pushed_at":"2019-06-07T19:20:20.000Z","size":42,"stargazers_count":8,"open_issues_count":4,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T08:22:37.343Z","etag":null,"topics":["colors","meta","terms","wordpress"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/wp-term-colors/","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-24T19:56:36.000Z","updated_at":"2023-08-24T15:01:31.000Z","dependencies_parsed_at":"2022-08-24T14:53:41.479Z","dependency_job_id":null,"html_url":"https://github.com/stuttter/wp-term-colors","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-colors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-colors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-colors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-colors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuttter","download_url":"https://codeload.github.com/stuttter/wp-term-colors/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251295270,"owners_count":21566427,"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":["colors","meta","terms","wordpress"],"created_at":"2024-11-11T13:01:36.416Z","updated_at":"2025-04-28T10:31:03.893Z","avatar_url":"https://github.com/stuttter.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Term Colors\n\nPretty colors for categories, tags, and other taxonomy terms\n\nWP Term Colors allows users to assign colors to any visible category, tag, or taxonomy term using a fancy color 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 `color`?\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 color using the \"wp-term-meta\" plugin!\n\t'meta_query' =\u003e array( array(\n\t\t'key'   =\u003e 'color',\n\t\t'value' =\u003e '#c0ffee'\n\t) )\n) );\n```\n\n### Where can I get support?\n\nThe WordPress support forums: https://wordpress.org/support/plugin/wp-term-colors/\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-colors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuttter%2Fwp-term-colors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuttter%2Fwp-term-colors/lists"}