Draggable Post Order

Plugin Banner

Draggable Post Order

by dweipert

Download
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);
Back to top