I’m using the following code
wp_list_pages(array('exclude' => '','title_li' => '','sort_column' => 'menu_order'))
If I switch the language the sorting is different. One of the main menu points is listed at the end of the page when switching to my second language. Why does this happen? The pages have a sorting of zero when editing a page …