Viewing 2 replies - 1 through 2 (of 2 total)
  • i am looiking for the same thing ? anyone@

    A hack that I used to achieve different headers, I was only using 2 languages.

    I had the following code in my header.php file, and you will need to check how WPML is set up to display each language. eg /en/ or ?lang=en or how ever you have done it.

    <?php if (strstr($_SERVER["REQUEST_URI"], '/en/') ) { ?>
    			<img style="" src="/wp-content/themes/sandbox/images/header_logo_en.png">
    		<?php } else { ?>
    			<img style="" src="/wp-content/themes/sandbox/images/header_logo_jp.png">
    		<?php } ?>

    HTH,
    =-)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WPML Multilingual CMS] Different header image for each language’ is closed to new replies.