WordPress Change logo image when I click to a different language

后端 未结 6 923
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-02 19:59

I have a multilingual website. Is there a way I can change the logo.png to a different .png after I switch to \"India\"? I am using polylang plugin

6条回答
  •  时光取名叫无心
    2021-01-02 20:15

    I don't recommend doing this in PHP since that would invalidate your cache and in turn will affect your performance. Instead you should use JavaScript, JQuery to change the logo based on your lang atribute.

    Edit: It looks like WPML actually allows this by installing the WPML String Translations extension.

提交回复
热议问题