Language ready
-
Trying to use qTranslate plugin with theme. I found this code to change the logo when language changes, but multiple tries, I can’t find a place to put it that works. Any idea where it should go.
<?php if (qtrans_getLanguage() == 'en') : ?><?php bloginfo('stylesheet_directory'); ?>/images/logoENG.gif<?php else : ?><?php bloginfo('stylesheet_directory'); ?>/images/logo.gif<?php endif; ?>
Also don’t know how the “browse” ended up in my menu and now my mini sidebar doesn’t show. It is not checked to disable.
thanks in advance
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Language ready’ is closed to new replies.