Draggable Post Order

Drag'n'drop posts to order them

Author:Daniel Weipert (profile at wordpress.org)
WordPress version required:5.5
WordPress version tested:5.7.2
Plugin version:1.0.3
Added to WordPress repository:26-12-2020
Last updated:19-03-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://gitlab.com/DRogueRonin/wp-plugin-drag...
Total downloads:543
plugin download
Click to start download

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);