summaryrefslogtreecommitdiff
path: root/readme.txt
blob: 69ed5d60fa49950f9e1f24eed252352bf92aae63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=== Draggable Post Order ===
Contributors: drogueronin
Tags: post-type, custom-post-type, order, drag
Requires at least: 5.5
Tested up to: 5.6
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Drag'n'drop posts to order them

== Description ==

### Features

- makes post types orderable in the admin screen via drag'n'drop with *jquery-ui-sortable*

### How to use

Add this to your **functions.php**

`
add_post_type_support('your-custom-post-type', \Draggable_Post_Order\Draggable_Post_Order::$post_type_feature);
`