Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #184337

    Hi there,

    I’d like to add this code to the top header next to the telephone number at the top of a site, it’s for qtranslate, I don’t like WPML:

    <?php echo qtrans_generateLanguageSelectCode(‘dropdown’); ?>

    Thanks

    Silvio

    #184497

    Hey silviouk!

    Do you mind creating a temporary admin login and posting it here privately so i can do it for you?

    Best regards,
    Yigit

    #184527
    This reply has been marked as private.
    #184658

    Hi!

    Edit header.php, find this code:

    if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";

    Below add the qtranslate code:

    qtrans_generateLanguageSelectCode('dropdown');

    Cheers!
    Ismael

    #184695
    This reply has been marked as private.
    #184719
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Language drop down’ is closed to new replies.