如何向插件添加拖放重新排序功能

How to add drag & drop reorder feature to a plugin

我正在开发一个 wordpress 网站,我正在使用 ACF plugin for custom post fields. I've add another plugin to add a gallery option 到 ACF,现在我希望能够通过拖放来重新排序图库图像。这个特定的字段在管理员中看起来像这样:

有人知道如何扩展其功能以启用拖放重新排序吗?

谢谢!

那里有很多很棒的 "sortable/drag-gable" 插件。

  1. https://jqueryui.com/sortable/
  2. https://rubaxa.github.io/Sortable/
  3. https://github.com/RubaXa/Sortable

但是,这只是一个前端解决方案。在我提出更多建议之前,我需要更多地了解您打算如何保存您的画廊。