But should the logo be translated?
Do all tnemes have the same logo settings?
Add additional logo setting.
Using ‘wpm_get_language()’ for getting language, show needed logo image.
the situation is:
There are different pages with different logos (images) and there are also pages with different languages and different logos
so you have a page
page 1 , which has dutch logo and englisch logo;
Page 2 , which has an other logo then page 1 and a logo in englisch and dutch
…
Use wpm_get_language() and switch logo image.
switch (wpm_get_language()) {
case 'en':
//for English
break;
case 'de':
//for Germany
break;
default:
//for others
}
?
As i told you there isnot only a englisch and dutch logo for every page.
every page has also his own specififc logo
page 1 logo A, and then different in En and Dutch
page 2 logo B, and then different in En and Dutch
I am using microsite to change logo, not working at all.
Hello VaLeXaR!
Where I can see the little flag to switcn in the front-office ?
Is there an shortcode associated for example ?
is there any way to make it as e select option html tag ?
In ‘select’ tag can’t be another tags except ‘option’.
@wilbertschaapmancom add custom field for show different logo on page. This is question not for WP Multilang.