• Resolved Naoko Nakamori

    (@naoko-nakamori)


    After upgrading to version 6.0 of the main unit, the sorting of taxonomy by description was corrupted.
    When I reverted to version 5.9.2, the display returned to normal.

    We are using the plugin “Category Order and Taxonomy Terms Order” and if this plugin is disabled, the sorting of taxonomy works even in version 6.0.

    Is it possible to have both “Category Order and Taxonomy Terms Order” and taxonomy sorting in version 6.0?

    [ Signature deleted ]

    • This topic was modified 2 years, 6 months ago by Jan Dembowski.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Naoko Nakamori

    (@naoko-nakamori)

    I have tested a clean install of WordPress with only the plugins Category Order and Taxonomy Terms Order.
    For example, when I want to sort by description, the plugin does not return normal results if it is enabled.

    	$arr = array(
    		'orderby' => 'description',
    		'order' => 'ASC',
    	);
    	$categories = get_categories( $arr );
    Thread Starter Naoko Nakamori

    (@naoko-nakamori)

    The problem with the category sorting not working has been resolved.
    After turning off Auto Sort in the Category Order and Taxonomy Terms Order settings page, the categories are now sorted in the intended order.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘taxonomy sorting’ is closed to new replies.