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
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
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