summaryrefslogtreecommitdiff
path: root/Readme.md
blob: 1f95cd8f9790364e3d6a162773ac43156bd82a1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Draggable Post Order

## 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**

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

## License

[GPL v2](LICENSE)