{"id":26096351,"url":"https://github.com/stuttter/wp-term-order","last_synced_at":"2026-02-07T23:11:09.462Z","repository":{"id":36202634,"uuid":"40506872","full_name":"stuttter/wp-term-order","owner":"stuttter","description":"Sort taxonomy terms, your way","archived":false,"fork":false,"pushed_at":"2025-09-29T15:35:41.000Z","size":1533,"stargazers_count":96,"open_issues_count":6,"forks_count":24,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-29T17:30:51.426Z","etag":null,"topics":["meta","orders","terms","wordpress"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/wp-term-order/","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-08-10T21:22:35.000Z","updated_at":"2025-09-29T15:35:45.000Z","dependencies_parsed_at":"2025-03-09T14:45:37.667Z","dependency_job_id":"2523b843-bcee-4acb-a304-c9121009eea1","html_url":"https://github.com/stuttter/wp-term-order","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/stuttter/wp-term-order","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-order","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-order/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-order/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-order/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuttter","download_url":"https://codeload.github.com/stuttter/wp-term-order/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-order/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29211909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T22:58:45.823Z","status":"ssl_error","status_checked_at":"2026-02-07T22:58:45.272Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["meta","orders","terms","wordpress"],"created_at":"2025-03-09T14:45:34.095Z","updated_at":"2026-02-07T23:11:09.418Z","avatar_url":"https://github.com/stuttter.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Term Order\n\nSort taxonomy terms, your way.\n\nWP Term Order allows users to order any visible category, tag, or taxonomy term numerically, providing a customized order 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# Demo\n\n![Term Reorder](screenshot-1.gif)\n\n# FAQ\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\nYes. The `wp_term_taxonomy` table is altered, and an `order` column is added.\n\n### Can I query and sort by `order`?\n\nYes. Use it like:\n\n```\n$terms = get_terms( array(\n\t'taxonomy'   =\u003e 'category',\n\t'depth'      =\u003e 1,\n\t'number'     =\u003e 100,\n\t'parent'     =\u003e 0,\n\t'orderby'    =\u003e 'order', // \u003c--- Looky looky!\n\t'order'      =\u003e 'ASC',\n\t'hide_empty' =\u003e false,\n\n\t// Try the \"wp-term-meta\" plugin!\n\t'meta_query' =\u003e array( array(\n\t\t'key' =\u003e 'term_thumbnail'\n\t) )\n) );\n```\n\n### Where can I get support?\n\nThe WordPress support forums: https://wordpress.org/support/plugin/wp-term-order/\n\n### Can I contribute?\n\nYes, please! The number of users needing more robust taxonomy term ordering 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-order","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuttter%2Fwp-term-order","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuttter%2Fwp-term-order/lists"}