Title: logo link
Last modified: August 30, 2016

---

# logo link

 *  Resolved [Shivani-Rana](https://wordpress.org/support/users/shivani-rana/)
 * (@shivani-rana)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/logo-link-8/)
 * Hi
 * Want to make default logo link change when o am in french languagee page
 * please help
 * [https://wordpress.org/plugins/qtranslate/](https://wordpress.org/plugins/qtranslate/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Shivani-Rana](https://wordpress.org/support/users/shivani-rana/)
 * (@shivani-rana)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/logo-link-8/#post-6250724)
 * hi,
    I resolved this issue
 * You have to just Add this line in header.php:-
    $currentLang = qtrans_getLanguage();
 * After this add some line like this:-
 * if( is_front_page() ){
 * echo ‘<h1><a href=”‘;
 * if($currentLang==’fr’)
    echo home_url().’/fr/’; else echo home_url();
 * echo ‘”><img src=”‘ . $logo_attachment . ‘” alt=”‘ . $alt_text . ‘”/></h1>’;
 * }else{
 * echo ‘<a href=”‘;
 * if($currentLang==’fr’)
    echo home_url().’/fr/’; else echo home_url();
 * echo ‘”><img src=”‘ . $logo_attachment . ‘” alt=”‘ . $alt_text . ‘”/>’;
 * }
 * ?>

Viewing 1 replies (of 1 total)

The topic ‘logo link’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/qtranslate.svg)
 * [qTranslate](https://wordpress.org/plugins/qtranslate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/qtranslate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/qtranslate/)
 * [Active Topics](https://wordpress.org/support/plugin/qtranslate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qtranslate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qtranslate/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Shivani-Rana](https://wordpress.org/support/users/shivani-rana/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/logo-link-8/#post-6250724)
 * Status: resolved