Download the PHP package trendwerk/post-type-order without Composer
On this page you can find all versions of the php package trendwerk/post-type-order. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download trendwerk/post-type-order
More information about trendwerk/post-type-order
Files in trendwerk/post-type-order
Download trendwerk/post-type-order
More information about trendwerk/post-type-order
Files in trendwerk/post-type-order
Vendor trendwerk
Package post-type-order
Short Description Order posts in any post type. Made for WordPress.
License GPL-2.0+
Package post-type-order
Short Description Order posts in any post type. Made for WordPress.
License GPL-2.0+
Please rate this library. Is it a good library?
Informations about the package post-type-order
Post type order
Order posts in any post type. Made for WordPress.
Features
- Allows admins to order posts from any post type in a separate "Order" menu
- Automatically orders posts
- Divide ordering by taxonomy
Installation
Usage
Step 1
Add the post type support 'order' to any post type
'supports' => array( 'title', 'editor', 'revisions', 'order' )
Step 2 (optional)
You can divide the post type ordering by 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.
Step 3
Order up!
All versions of post-type-order with dependencies
PHP Build Version
Package Version
The package trendwerk/post-type-order contains the following files
Loading the files please wait ....