PHPackages                             mcaskill/wp-term-order - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mcaskill/wp-term-order

ActiveWordpress-plugin

mcaskill/wp-term-order
======================

Sort taxonomy terms, your way

0.1.6(7y ago)0857GPL-2.0-or-laterPHPPHP &gt;=5.2

Since Oct 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/mcaskill/wp-term-order)[ Packagist](https://packagist.org/packages/mcaskill/wp-term-order)[ RSS](/packages/mcaskill-wp-term-order/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

WP Term Order
=============

[](#wp-term-order)

Sort taxonomy terms, your way.

WP Term Order allows users to order any visible category, tag, or taxonomy term numerically, providing a customized order for their taxonomy terms.

Installation
============

[](#installation)

- Download and install using the built in WordPress plugin installer.
- Activate in the "Plugins" area of your admin by clicking the "Activate" link.
- No further setup or configuration is necessary.

Demo
====

[](#demo)

[![Term Reorder](screenshot-1.gif)](screenshot-1.gif)

FAQ
===

[](#faq)

### Does this create new database tables?

[](#does-this-create-new-database-tables)

No. There are no new database tables with this plugin.

### Does this modify existing database tables?

[](#does-this-modify-existing-database-tables)

Yes. The `wp_term_taxonomy` table is altered, and an `order` column is added.

### Can I query and sort by `order`?

[](#can-i-query-and-sort-by-order)

Yes. Use it like:

```
$terms = get_terms( array(
    'taxonomy'   => 'category',
    'depth'      => 1,
    'number'     => 100,
    'parent'     => 0,
    'orderby'    => 'order', //  'ASC',
    'hide_empty' => false,

    // Try the "wp-term-meta" plugin!
    'meta_query' => array( array(
        'key' => 'term_thumbnail'
    ) )
) );

```

### Where can I get support?

[](#where-can-i-get-support)

The WordPress support forums:

### Can I contribute?

[](#can-i-contribute)

Yes, 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!

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~351 days

Total

4

Last Release

2794d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a4f39523b4b2837562ba0848a0327b8d340118d1ba87cb0f5d59b1d5cb6beba?d=identicon)[mcaskill](/maintainers/mcaskill)

---

Top Contributors

[![JJJ](https://avatars.githubusercontent.com/u/88951?v=4)](https://github.com/JJJ "JJJ (52 commits)")[![mcaskill](https://avatars.githubusercontent.com/u/29353?v=4)](https://github.com/mcaskill "mcaskill (15 commits)")[![benhuson](https://avatars.githubusercontent.com/u/765285?v=4)](https://github.com/benhuson "benhuson (2 commits)")[![cameronjonesweb](https://avatars.githubusercontent.com/u/12673074?v=4)](https://github.com/cameronjonesweb "cameronjonesweb (1 commits)")[![dcavins](https://avatars.githubusercontent.com/u/1391994?v=4)](https://github.com/dcavins "dcavins (1 commits)")

### Embed Badge

![Health badge](/badges/mcaskill-wp-term-order/health.svg)

```
[![Health](https://phpackages.com/badges/mcaskill-wp-term-order/health.svg)](https://phpackages.com/packages/mcaskill-wp-term-order)
```

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k4](/packages/elgg-elgg)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[johnbillion/user-switching

Instant switching between user accounts in WordPress and WooCommerce.

19768.3k2](/packages/johnbillion-user-switching)[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/user-plugin

User plugin for October CMS

11954.3k13](/packages/rainlab-user-plugin)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3164.5k](/packages/starcitizentools-citizen-skin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
