Title: Whaze Term Order for Posts
Author: whaze
Published: <strong>2026年5月5日</strong>
Last modified: 2026年5月5日

---

プラグインを検索

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

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

# Whaze Term Order for Posts

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

[ダウンロード](https://downloads.wordpress.org/plugin/whaze-term-order-for-posts.1.0.0.zip)

 * [詳細](https://ja.wordpress.org/plugins/whaze-term-order-for-posts/#description)
 * [レビュー](https://ja.wordpress.org/plugins/whaze-term-order-for-posts/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/whaze-term-order-for-posts/#installation)
 * [開発](https://ja.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 developers enable per-post custom ordering of taxonomy
terms directly from the Gutenberg editor sidebar. The plugin is entirely code-driven:
no settings page, no configuration UI.

**For developers:**

Register a post type / taxonomy combination:

    ```
    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:**

 * 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. Call `whaze_term_order_for_posts_register()` in your theme or plugin.

## FAQ

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

Yes. Pass any registered post type and taxonomy slug 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.

### 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.0.0

 * Initial release.

## メタ

 *  バージョン **1.0.0**
 *  最終更新日 **5日前**
 *  有効インストール数 **10未満**
 *  WordPress バージョン ** 6.0またはそれ以降 **
 *  検証済み最新バージョン: **6.9.4**
 *  PHP バージョン ** 8.2またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/whaze-term-order-for-posts/)
 * タグ
 * [block-editor](https://ja.wordpress.org/plugins/tags/block-editor/)[gutenberg](https://ja.wordpress.org/plugins/tags/gutenberg/)
   [order](https://ja.wordpress.org/plugins/tags/order/)[taxonomy](https://ja.wordpress.org/plugins/tags/taxonomy/)
   [terms](https://ja.wordpress.org/plugins/tags/terms/)
 *  [詳細を表示](https://ja.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/)