plugin-icon

Flexible Custom Post Type Order

제작자: satish·
Create multiple re-ordering interfaces for any post type and manage custom post order flexibly and easily.
평가
5
버전
1.1.3
최근 업데이트일
Mar 16, 2026
Flexible Custom Post Type Order

This plugin helps to generate multiple re-ordering interface for your post types…

Example Display Query Code:

&lt;?php $data = new WP_Query( array( 'post_type' => 'post', 'post_status' => array( 'publish'), 'posts_per_page' => -1, 'orderby' => 'meta_value_num', 'meta_key' => 'fcpto_order_1', 'order' => 'ASC', )); ?> <?php while ( $data->have_posts() ) : $data->the_post(); ?> <?php the_title(); ?> <?php endwhile;?> <?php wp_reset_query(); ?&gt;

Plugin Advantages

  1. Any Post Types multiple times Re-Order
  2. Supports Hierarchical Post Types Re-Order for Both – Parent & Child Posts
  3. Supports individual child posts re-ordering from any parent post

NOTE

If desired results are not displaying on front-end after setting up re-ordering in admin, please click “Reset Order” once and set re-ordering again. This will solve your issue.

We have this plugin compatible gutenberg.

무료유료 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 6.9.4
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.