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://ne.wordpress.org/plugins/whaze-term-order-for-posts/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/whaze-term-order-for-posts/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/whaze-term-order-for-posts/#installation)
 * [विकास](https://ne.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/log/whaze-term-order-for-posts/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/whaze-term-order-for-posts/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/whaze-term-order-for-posts/)
हेर्नुहोस्, वा [विकास लग](https://plugins.trac.wordpress.org/log/whaze-term-order-for-posts/)
को सदस्यता लिनुहोस्।

## चेन्जलग

#### 1.0.0

 * Initial release.

## मेटा

 *  संस्करण **1.0.0**
 *  पछिल्लो अपडेट **5 दिन अघि**
 *  सक्रिय स्थापना **१० भन्दा कम**
 *  वर्डप्रेस संस्करण ** 6.0 वा उच्च **
 *  जाँच गरिएको **6.9.4**
 *  PHP संस्करण ** 8.2 वा उच्च **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/whaze-term-order-for-posts/)
 * ट्यागहरू
 * [block-editor](https://ne.wordpress.org/plugins/tags/block-editor/)[gutenberg](https://ne.wordpress.org/plugins/tags/gutenberg/)
   [order](https://ne.wordpress.org/plugins/tags/order/)[taxonomy](https://ne.wordpress.org/plugins/tags/taxonomy/)
   [terms](https://ne.wordpress.org/plugins/tags/terms/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/whaze-term-order-for-posts/advanced/)

## रेटिङ्गहरू

अहिलेसम्म कुनै समीक्षा पेस गरिएको छैन।

[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/)