• Resolved navrata

    (@navrata)


    Hi,

    I would like to use different logos for each language. How can I do that please? Im using theme Di Business and plugin Polylang.

    I’ve found many topics, but worked just one and no so good ( added this code in header-main.php:

    
    <?php if(ICL_LANGUAGE_CODE=='xy'): ?>
    <img src="pathtologo" />
    <?php elseif(ICL_LANGUAGE_CODE=='yz'): ?>
    <img src="pathtologo" />
    <?php endif;?>
    

    but logos are not clickable.
    )

    So maybe someone here could help me please?

    Thank you so much!

    • This topic was modified 5 years, 7 months ago by navrata.
    • This topic was modified 5 years, 7 months ago by navrata.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Different logo per language’ is closed to new replies.