Title: Breaking Polylang sorting
Last modified: June 25, 2019

---

# Breaking Polylang sorting

 *  [Dima Stefantsov](https://wordpress.org/support/users/dima-stefantsov/)
 * (@dima-stefantsov)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/breaking-polylang-sorting/)
 * I’m using Polylang multilingual plugin. It have taxonomy “language”.
    It get 
   languages list like this `$languages = get_terms( 'language', array( 'hide_empty'
   => false, 'orderby' => 'term_group' ) );` And polylang have it’s own interface
   to order languages (can set term group in its UI).
 * Taxonomy Terms Order overwrites ordering for language taxonomy. But it doesn’t
   have any UI like it has for posts “Taxonomy order” menu item. It is not present
   for language taxonomy. So it just breaks stuff.
 * I found a workaround, using `add_filter('to/get_terms_orderby/ignore'`, but from
   my understanding, it shuldn’t break default language ordering at all. If it does
   change order, at least let me edit order in admin UI.
 * Either dont break default order, or allow to edit order.

The topic ‘Breaking Polylang sorting’ is closed to new replies.

 * ![](https://ps.w.org/taxonomy-terms-order/assets/icon-256x256.png?rev=1564412)
 * [Category Order and Taxonomy Terms Order](https://wordpress.org/plugins/taxonomy-terms-order/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/taxonomy-terms-order/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/taxonomy-terms-order/)
 * [Active Topics](https://wordpress.org/support/plugin/taxonomy-terms-order/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/taxonomy-terms-order/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/taxonomy-terms-order/reviews/)

 * 0 replies
 * 1 participant
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/breaking-polylang-sorting/)
 * Status: not resolved