Title: mustbuzz's Replies | WordPress.org

---

# mustbuzz

  [  ](https://wordpress.org/support/users/mustbuzz/)

 *   [Profile](https://wordpress.org/support/users/mustbuzz/)
 *   [Topics Started](https://wordpress.org/support/users/mustbuzz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mustbuzz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mustbuzz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mustbuzz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mustbuzz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mustbuzz/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate] widget link, please help!](https://wordpress.org/support/topic/widget-link-please-help/)
 *  [mustbuzz](https://wordpress.org/support/users/mustbuzz/)
 * (@mustbuzz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/widget-link-please-help/#post-3829270)
 * what about this
 *     ```
       <!--:en--><td> <a title="Bibles" href="http://www.bibliadeldiscipulo.net/libros/">Bibles</a></td><!--:-->
   
       <!--:es--><td> <a title="Bibles" href="http://www.bibliadeldiscipulo.net/es/libros/">Biblias</a></td><!--:-->
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate] Problem translating front page](https://wordpress.org/support/topic/problem-translating-front-page/)
 *  [mustbuzz](https://wordpress.org/support/users/mustbuzz/)
 * (@mustbuzz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-translating-front-page/#post-3899806)
 * Perhaps this helps
 * <?php if(qtrans_getLanguage() == “en”) : ?>
    <div> <h3>First Column</h3> </div
   > <div> <h3>Second Column</h3> </div> <div> <h3>Third Column</h3> </div> <?php
   endif ?>
 * <?php if(qtrans_getLanguage() == “in”) : ?>
    <!– First Column –> <div> <h3>Kolom
   Pertama</h3> </div> <!– Second Column –> <div> <h3>Kolom Kedua</h3> </div> <!–
   Third Column –> <div> <h3>Kolom Ketiga</h3> </div> <?php endif ?>
 * If you happened to find logo and home link problem, go to this [http://mustbuzz.net/web-design/how-to-create-multiple-language-website-in-wordpress/](http://mustbuzz.net/web-design/how-to-create-multiple-language-website-in-wordpress/)
   for further tutorial using qTranslate.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate] Switching from French to English page](https://wordpress.org/support/topic/switching-from-french-to-english-page/)
 *  [mustbuzz](https://wordpress.org/support/users/mustbuzz/)
 * (@mustbuzz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/switching-from-french-to-english-page/#post-3933776)
 * It is easy, I am just making French and English Website at [http://www.belard-fertil.fr](http://www.belard-fertil.fr)
   using qTranslate plugin too.
 * Go to Settings > Languange and select Edit at France section.
    Choose fr.png 
   for france name languange code: fr Name: Français Locale: fr_FR Leave date format
   and time format empty, I found them buggy when I post something. dont forget 
   to add “Désolé, cet article est seulement disponible en %LANG:, : et %.” in the
   Not Available Message.
 * and Save Changes.
 * Go to Appearance > Widgets.
    Drop qTranslate Languange Chooser to sidebar at 
   right. Select the dropdown arrow and select Text and Image.
 * Thats all
 * if you happened found error at logo or home links button, just go to [http://mustbuzz.net/web-design/how-to-create-multiple-language-website-in-wordpress/](http://mustbuzz.net/web-design/how-to-create-multiple-language-website-in-wordpress/)
 * for further tutorial.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Qtranslate Slug] [Plugin: Qtranslate Slug] Logo Link Problem](https://wordpress.org/support/topic/plugin-qtranslate-slug-logo-link-problem/)
 *  [mustbuzz](https://wordpress.org/support/users/mustbuzz/)
 * (@mustbuzz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-qtranslate-slug-logo-link-problem/#post-3100100)
 * I am using the qTranslate plugin and I modify it myself like this
 * First, try to add this code
 * add_filter(‘home_url’, ‘qtrans_convertURL’);
 * in the qtranslate_hooks.php at add_filter area.
 * Don’t forget to always adding this code whenever you update the plugin, because
   the update will replace the old file.
 * OR mywordpress/themes/template/function.php or framework.php
 * and set your logo link like this
    Second option if above doesn’t work.
 * Copy the home WordPress file and make it a new template as frontpage.
 * Open the home.php in dreamweaver, save as another file and don’t forget to add
   this code to make it as a new template for frontpage.
 * Add this code before <?php get_header(); ?>
 * /**
    * Frontpage Template * Template Name: Frontpage Page */
 * Just leave the rest code as it is and upload this file in your WordPress directory.
 * Create a new page, name it home, select Frontpage template in the Page Attributes.
   
   Go to Settings > Reading > and select home as your frontpage. Now you have a 
   translated front page. – See more at: [http://mustbuzz.net/web-design/how-to-create-multiple-language-website-in-wordpress/#sthash.esoFSSrJ.dpuf](http://mustbuzz.net/web-design/how-to-create-multiple-language-website-in-wordpress/#sthash.esoFSSrJ.dpuf)

Viewing 4 replies - 1 through 4 (of 4 total)