Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter slc123

    (@slc123)

    anyone? ??

    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 https://mustbuzz.net/web-design/how-to-create-multiple-language-website-in-wordpress/ for further tutorial using qTranslate.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem translating front page’ is closed to new replies.