summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md17
1 files changed, 17 insertions, 0 deletions
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)