Open saddy001 opened 1 month ago
Hi @saddy001
Can you share with us your website url .The issue is coming in the admin language switcher ? Kindly share the more details so that we can try to replicate the issue. You can also contact us through https://wp-multilang.com/contact-us/
The issue is coming in the admin language switcher ?
No, I used the switcher mentioned in your doc:
For display language switcher in any place add the code to your template if ( function_exists ( 'wpm_language_switcher' ) ) wpm_language_switcher (); Function accepts two parameters: $type – ‘list’, ‘dropdown’, ‘select’. Default – ‘list’. $show – ‘flag’, ‘name’, ‘both’. Default – ‘both’.
Or using the shortcode wpm_lang_switcher. It accept two not necessary parameters ‘type’ and ‘show’.
Using the "dropdown" type.
Only two languages are shown in the "languages" column of the "Pages" site for each page after the update 2.4.11, although I have 7 languages for all pages.