ahmedkaludi / wp-multilang

16 stars 3 forks source link

Only two languages shown after update 2.4.11 #110

Open saddy001 opened 3 days ago

saddy001 commented 3 days ago

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.

grafik

Sanjeevsetu commented 2 days 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/

saddy001 commented 2 days ago

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.