wp-term-order
wp-term-order copied to clipboard
Sort taxonomy terms, your way
From: https://wordpress.org/support/topic/order-tags-for-a-single-post/ I think this would make an awesome 2.0.0 feature!
I noticed that the row 'order' is not removed when deactivating the plugin. Isn't this desirable behavior, since now you 'polute' the database after checking a plugin out, or removing...
Requires... * some styling changes * some jQuery modifications * some additional functions for navigating the term hierarchy from a flat table of rows * server-side support for walking the...
This'll be real fun 💗
`wp_term_order_taxonomy_override_orderby_supported` filter prevents explicitly ordering by `order`
I'm imagining a scenario where this plugin is installed and functional, but a developer may want opt-in behavior for the actual sorting of terms. If the `wp_term_order_taxonomy_override_orderby_supported` filter is used...