Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

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

    日本語での投稿をお許しください。

    同じ投稿記事が二つ表示される件、私も遭遇したことがあり、
    atzhさんの環境に合わせて以下の方法で再現しました。

    1.両言語のページを作る
    2.デフォルト言語の記事をゴミ箱に入れる
    3.翻訳記事の方から、デフォルト言語の記事を作り直して公開する
    4.デフォルト言語の記事が2つ表示される

    逆の場合(翻訳記事を削除して作り直した場合)は問題ありませんでした。

Viewing 3 replies - 1 through 3 (of 3 total)