{"id":26096353,"url":"https://github.com/stuttter/wp-term-authors","last_synced_at":"2025-06-18T16:33:18.766Z","repository":{"id":141491477,"uuid":"41749523","full_name":"stuttter/wp-term-authors","owner":"stuttter","description":"Authors for categories, tags, and other taxonomy terms","archived":false,"fork":false,"pushed_at":"2019-08-23T15:30:55.000Z","size":45,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-07T04:38:03.261Z","etag":null,"topics":["authors","meta","terms","wordpress"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/wp-term-authors/","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-01T16:14:09.000Z","updated_at":"2022-10-08T17:08:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"8699b8a2-8b88-4709-a33b-5ba85039bf41","html_url":"https://github.com/stuttter/wp-term-authors","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/stuttter/wp-term-authors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-authors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-authors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-authors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-authors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuttter","download_url":"https://codeload.github.com/stuttter/wp-term-authors/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-authors/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260589539,"owners_count":23032910,"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":["authors","meta","terms","wordpress"],"created_at":"2025-03-09T14:45:37.929Z","updated_at":"2025-06-18T16:33:13.708Z","avatar_url":"https://github.com/stuttter.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Term Authors\n\nAuthors for categories, tags, and other taxonomy terms\n\nWP Term Authors allows users to assign a authors or owners to any category, tag, or taxonomy term using a dropdown, providing customized functionality for 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 `author`?\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 visibility using the \"wp-term-meta\" plugin!\n\t'meta_query' =\u003e array( array(\n\t\t'key'   =\u003e 'author',\n\t\t'value' =\u003e get_current_user_id()\n\t) )\n) );\n```\n\n### Where can I get support?\n\nThe WordPress support forums: https://wordpress.org/support/plugin/wp-term-authors/\n\n### Can I contribute?\n\nYes, please! The number of users needing more robust taxonomy terms 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-authors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuttter%2Fwp-term-authors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuttter%2Fwp-term-authors/lists"}