Use Drag & Drop Functionality from WordPress Admin Area in the Frontend?
I'm building a membership site with a little pseudo-CMS on the frontend that allows users to post music-related items.
For this, I would like to give users the ability to order the items by using a drag-and-drop functionality like the one that exists in the admin area.
I created various custom post types (Band, Artist, Record) and would like the user to be able to order these into each other, i.e. a record should be associated with an artist and displayed under it and the hierarchies should change in the background as stuff is dropped around.
I already built the functionality based on a dropdown menu, but would like to to make it easier to use by allowing drag drop.
It surely would make more sense to use WordPress' native functionality than to custom-code the function, but I wasn't able to find any information on it after two hours of googling which is why I decided to ask the community here.
Topic drag-drop admin-menu hierarchical Wordpress
Category Web