[WordPress] 外掛分享: Flexible Custom Post Type Order

首頁外掛目錄 › Flexible Custom Post Type Order
WordPress 外掛 Flexible Custom Post Type Order 的封面圖片
全新外掛
安裝啟用
★★★★★
5/5 分(1 則評價)
27 天前
最後更新
問題解決
WordPress 6.2+ PHP 7.2+ v1.1.3 上架:2025-06-16

內容簡介

總結:這個外掛能夠幫助生成多個重新排序介面,用於您的文章類型。

問題與答案:
<ul>
<li>問題:這個 WordPress 外掛的功能是什麼?
<br>答案:這個外掛能夠生成多個重新排序介面,可以應用在您的文章類型中。</li>
</ul>

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.1.3) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Flexible Custom Post Type Order」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

This plugin helps to generate multiple re-ordering interface for your post types…
Example Display Query Code:
<?php $data = new WP_Query(
array( 'post_type' => 'post',
'post_status' => array( 'publish'),
'posts_per_page' => -1,
'orderby' => 'meta_value_num',
'meta_key' => 'custom_order_type_snv_1',
'order' => 'ASC',
)); ?>
have_posts() ) : $data->the_post(); ?>


延伸相關外掛

文章
Filter
Apply Filters
Mastodon