Title: Whaze Term Order for Posts
Author: whaze
Published: <strong>ئایار 5, 2026</strong>
Last modified: ئایار 5, 2026

---

گەڕان لە پێوەکراوەکان

![](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://ku.wordpress.org/plugins/whaze-term-order-for-posts/#description)
 * [پێداچوونەوەکان](https://ku.wordpress.org/plugins/whaze-term-order-for-posts/#reviews)
 *  [دامەزراندن](https://ku.wordpress.org/plugins/whaze-term-order-for-posts/#installation)
 * [گەشەپێدان](https://ku.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.

## پهد

### 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**
 *  وەشانی وۆردپرێس ** 6.0 یان بەرزتر **
 *  تاقیکراوەتەوە تا **6.9.4**
 *  وەشانی PHP ** 8.2 یان بەرزتر **
 *  زمان
 * [English (US)](https://wordpress.org/plugins/whaze-term-order-for-posts/)
 * تاگەکان
 * [block-editor](https://ku.wordpress.org/plugins/tags/block-editor/)[gutenberg](https://ku.wordpress.org/plugins/tags/gutenberg/)
   [order](https://ku.wordpress.org/plugins/tags/order/)[taxonomy](https://ku.wordpress.org/plugins/tags/taxonomy/)
   [terms](https://ku.wordpress.org/plugins/tags/terms/)
 *  [بینینی پێشکەوتوو](https://ku.wordpress.org/plugins/whaze-term-order-for-posts/advanced/)

## هەڵسەنگاندنەکان

No reviews have been submitted yet.

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

[See all reviews](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/)