Title: Whaze Term Order for Posts
Author: whaze
Published: <strong>2026년 5월 5일</strong>
Last modified: 2026년 5월 12일

---

플러그인 검색

![](https://ps.w.org/whaze-term-order-for-posts/assets/banner-772x250.png?rev=3529916)

![](https://ps.w.org/whaze-term-order-for-posts/assets/icon-256x256.png?rev=3529899)

# Whaze Term Order for Posts

 작성자: [whaze](https://profiles.wordpress.org/whaze/)

[다운로드](https://downloads.wordpress.org/plugin/whaze-term-order-for-posts.1.2.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/whaze-term-order-for-posts/#description)
 * [평가](https://ko.wordpress.org/plugins/whaze-term-order-for-posts/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/whaze-term-order-for-posts/#installation)
 * [개발](https://ko.wordpress.org/plugins/whaze-term-order-for-posts/#developers)

 [지원](https://wordpress.org/support/plugin/whaze-term-order-for-posts/)

## 설명

Whaze Term Order for Posts lets you enable per-post custom ordering of taxonomy 
terms directly from the Gutenberg editor sidebar. Configure which post types and
taxonomies are managed via the admin settings page, or register them programmatically
in code.

**Admin settings page:**

Go to **Settings  Term Order for Posts** to enable term ordering for any post type/
taxonomy combination — no code required.

**For developers (optional):**

Register a post type / taxonomy combination programmatically:

    ```
    add_action( 'init', function () {
        whaze_term_order_for_posts_register( 'post', 'category' );
        whaze_term_order_for_posts_register( 'movie', 'genre' );
    } );
    ```

Retrieve ordered terms in templates or REST:

    ```
    $terms = whaze_term_order_for_posts_get_terms( get_the_ID(), 'category' );
    ```

**Features:**

 * Settings page to configure post type / taxonomy pairs — no code needed.
 * Opt-in auto-apply: custom order applied automatically to native blocks, classic
   theme functions, and any code using `get_the_terms()` — no template changes required.
 * Drag-and-drop reordering panel in the block editor sidebar.
 * Order saved automatically with the post — no separate AJAX call.
 * Falls back to default WordPress term order when no custom order is set.
 * Unused order entries are cleaned up automatically when terms are removed.
 * REST API field `term_order` for headless use cases.
 * Fully translatable (i18n-ready).

## 설치

 1. Upload the plugin folder to `/wp-content/plugins/`.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Go to **Settings  Term Order for Posts** to enable term ordering for your post 
    types and taxonomies.

## FAQ

### Does this work with custom post types and taxonomies?

Yes. Select any registered post type and taxonomy in the settings page, or pass 
them to `whaze_term_order_for_posts_register()`.

### What happens if no order is defined for a post?

whaze_term_order_for_posts_get_terms() falls back to the standard `wp_get_object_terms()`
result — the plugin is completely transparent. The auto-apply option also has no
effect when no custom order is stored.

### What does the auto-apply option cover?

It hooks into `get_the_terms()`, which is called by native blocks (`core/post-terms`),
classic theme helpers (`the_category()`, `the_tags()`, `get_the_term_list()`, etc.),
and any code that goes through that function. Direct calls to `wp_get_post_terms()`
or `wp_get_object_terms()` are not affected — use `whaze_term_order_for_posts_get_terms()`
for those.

### Is this multisite compatible?

Yes. The order is stored as post meta and is therefore scoped to each site in the
network.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Whaze Term Order for Posts”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이
플러그인에 기여하였습니다.

기여자

 *   [ whaze ](https://profiles.wordpress.org/whaze/)

[자국어로 “Whaze Term Order for Posts”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/whaze-term-order-for-posts)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/whaze-term-order-for-posts/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/whaze-term-order-for-posts/)를
확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/whaze-term-order-for-posts/)
을 [RSS](https://plugins.trac.wordpress.org/log/whaze-term-order-for-posts/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.2.0

 * Add opt-in auto-apply option: enable custom term order automatically for native
   blocks, classic theme functions, and any code using `get_the_terms()` — no template
   changes required.

#### 1.1.0

 * Add admin settings page (Settings  Term Order for Posts) to configure post type/
   taxonomy pairs without writing code.
 * Programmatic registrations via `whaze_term_order_for_posts_register()` remain
   fully supported and are shown as read-only in the settings page.

#### 1.0.0

 * Initial release.

## 기초

 *  버전 **1.2.0**
 *  최근 업데이트: **2개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **6.9.4**
 *  PHP 버전 ** 8.2 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/whaze-term-order-for-posts/)
 * 태그:
 * [block-editor](https://ko.wordpress.org/plugins/tags/block-editor/)[gutenberg](https://ko.wordpress.org/plugins/tags/gutenberg/)
   [order](https://ko.wordpress.org/plugins/tags/order/)[taxonomy](https://ko.wordpress.org/plugins/tags/taxonomy/)
   [terms](https://ko.wordpress.org/plugins/tags/terms/)
 *  [고급 보기](https://ko.wordpress.org/plugins/whaze-term-order-for-posts/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/whaze-term-order-for-posts/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/whaze-term-order-for-posts/reviews/)

## 기여자

 *   [ whaze ](https://profiles.wordpress.org/whaze/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/whaze-term-order-for-posts/)