summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2020-12-24 15:43:29 +0100
committerDaniel Weipert <code@drogueronin.de>2020-12-24 15:43:29 +0100
commit3e0721eb5d64ef49b5e2d99f22195af8aef0fcb8 (patch)
tree570db99f691c3b9022356aef02f66553e7a2a1c2 /Readme.md
parent0d1da4356173e926fdcac42462daa4fcb7617109 (diff)
Post-initial commit
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)