Title: Whaze Term Order for Posts
Author: whaze
Published: <strong>5 de Mayo de  2026</strong>
Last modified: 5 de Mayo de  2026

---

Buscar plugins

![](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

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

[Descargar](https://downloads.wordpress.org/plugin/whaze-term-order-for-posts.1.0.0.zip)

 * [Detalles](https://cl.wordpress.org/plugins/whaze-term-order-for-posts/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/whaze-term-order-for-posts/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/whaze-term-order-for-posts/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/whaze-term-order-for-posts/#developers)

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

## Descripción

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).

## Instalación

 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.

## Reseñas

No hay reseñas para este plugin.

## Colaboradores & Desarrolladores

“Whaze Term Order for Posts” es software de código abierto. Las siguientes personas
han contribuido a este plugin.

Colaboradores

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

[Traduce “Whaze Term Order for Posts” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/whaze-term-order-for-posts)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/whaze-term-order-for-posts/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/whaze-term-order-for-posts/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/whaze-term-order-for-posts/)
por [RSS](https://plugins.trac.wordpress.org/log/whaze-term-order-for-posts/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 1.0.0

 * Initial release.

## Meta

 *  Versión **1.0.0**
 *  Última actualización **hace 5 días**
 *  Instalaciones activas **Menos de 10**
 *  Versión de WordPress ** 6.0 o superior **
 *  Probado hasta **6.9.4**
 *  Versión de PHP ** 8.2 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/whaze-term-order-for-posts/)
 * Etiquetas
 * [block-editor](https://cl.wordpress.org/plugins/tags/block-editor/)[gutenberg](https://cl.wordpress.org/plugins/tags/gutenberg/)
   [order](https://cl.wordpress.org/plugins/tags/order/)[taxonomy](https://cl.wordpress.org/plugins/tags/taxonomy/)
   [terms](https://cl.wordpress.org/plugins/tags/terms/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/whaze-term-order-for-posts/advanced/)

## Calificaciones

Aún no se han enviado valoraciones.

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

[Ver todas las reseñas](https://wordpress.org/support/plugin/whaze-term-order-for-posts/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/whaze-term-order-for-posts/)