Change logo image based on language selected ?
-
Hello, i have installed qtranslate and all work fine except i cant make the logo of my site displaying diferent on language selected.
i have this code in my header.php for the logo:
<!--Logo Start --> <?php $logo=get_option('logo'); ?> <?php if($logo) { ?> <a href="<?php echo home_url(); ?> "> <img src="<?php echo $logo; ?>" alt="<?php the_title(); ?>" /> </a> <?php }else{ ?> <a href="<?php echo home_url(); ?> "> <img src="<?php echo get_template_directory_uri()?>/images/logo.png" alt="<?php the_title(); ?>" /> </a> <?php } ?> </div><!--End Logo -->
I am lost and cant figure out what to do. Thank you in advance if anyone can help me. and sorry for my bad english.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change logo image based on language selected ?’ is closed to new replies.