PHPackages                             trendwerk/post-type-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. trendwerk/post-type-order

ActiveWordpress-muplugin[Utility &amp; Helpers](/categories/utility)

trendwerk/post-type-order
=========================

Order posts in any post type. Made for WordPress.

1.0.4(2mo ago)313.8k[5 issues](https://github.com/trendwerk/post-type-order/issues)GPL-2.0+PHPPHP &gt;=5.4

Since Jan 30Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/trendwerk/post-type-order)[ Packagist](https://packagist.org/packages/trendwerk/post-type-order)[ RSS](/packages/trendwerk-post-type-order/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Post type order
===============

[](#post-type-order)

Order posts in any post type. Made for WordPress.

Features
--------

[](#features)

- Allows admins to order posts from any post type in a separate "Order" menu
- Automatically orders posts
- Divide ordering by taxonomy

Installation
------------

[](#installation)

```
composer require trendwerk/post-type-order
```

Usage
-----

[](#usage)

### Step 1

[](#step-1)

Add the post type support 'order' to any post type

```
'supports' => array( 'title', 'editor', 'revisions', 'order' )

```

### Step 2 (optional)

[](#step-2-optional)

You can divide the post type ordering by taxonomy

```
'supports'          => array( 'title', 'editor', 'revisions', 'order' ),
'order_by_taxonomy' => $taxonomy
```

If you want to use this, it's impossible to do automatic ordering. You will need to adjust the query manually. Below is an example of a custom loop. This is a little more complex, but I'm sure you'll figure it out.

```
$posts = new WP_Query( array(
	'post_type' => $post_type,
	'post__in'  => TP_Post_Type_Order::get_posts( $term, $taxonomy, $post_type ),
	'orderby'   => 'post__in'
) );
```

### Step 3

[](#step-3)

Order up!

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance63

Regular maintenance activity

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 65.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 ~1008 days

Total

5

Last Release

87d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ce3274dfde64e7afdd8a1c06a861dd0e65267afaba097fda8bad934877a471f?d=identicon)[haroldangenent](/maintainers/haroldangenent)

---

Top Contributors

[![haroldangenent](https://avatars.githubusercontent.com/u/1481468?v=4)](https://github.com/haroldangenent "haroldangenent (15 commits)")[![sboerrigter](https://avatars.githubusercontent.com/u/786875?v=4)](https://github.com/sboerrigter "sboerrigter (8 commits)")

### Embed Badge

![Health badge](/badges/trendwerk-post-type-order/health.svg)

```
[![Health](https://phpackages.com/badges/trendwerk-post-type-order/health.svg)](https://phpackages.com/packages/trendwerk-post-type-order)
```

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

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

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5671.4k1](/packages/pfefferle-wordpress-activitypub)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

18238.1k2](/packages/civicrm-civicrm-drupal-8)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.4k](/packages/mediawiki-semantic-glossary)[humanmade/lottie-lite

A lightweight Lottie Animations Extension for WordPress

374.3k](/packages/humanmade-lottie-lite)

PHPackages © 2026

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