From 3e0721eb5d64ef49b5e2d99f22195af8aef0fcb8 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 24 Dec 2020 15:43:29 +0100 Subject: Post-initial commit --- Readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Readme.md (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..1f95cd8 --- /dev/null +++ b/Readme.md @@ -0,0 +1,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) -- cgit v1.2.3