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.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 readme.txt (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..69ed5d6 --- /dev/null +++ b/readme.txt @@ -0,0 +1,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); +` -- cgit v1.2.3