全新外掛
安裝啟用
—
尚無評分
1825 天前
最後更新
—
問題解決
WordPress 5.5+ PHP 7.4+ v1.0.3 上架:2020-12-25
內容簡介
特色
透過 jQuery UI sortable 拖曳排序,讓你在 WordPress 管理畫面中輕鬆地排序文章類型
使用方法
將以下程式碼加入你的 functions.php
add_post_type_support('你的自訂文章型別', \Draggable_Post_Order\Draggable_Post_Order::$post_type_feature);
外掛標籤
開發者團隊
原文外掛簡介
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);
