How to add Transposh plugin code (For translation) inside the black bar on top
Hi,
I wanted to have my site translated into Arabic and I stumbled upon a great plugin called Transposh.
It works great when I added it as a widget.
I would like to add it to the top black bar on the left side (I want to show show the flags)..
I managed to find the file that needs to be edited (/includes/theme-header.php) and I found the piece of code that needs to be inserted in the file :
Code:
<?php if(function_exists("transposh_widget")) { transposh_widget(array(), array('title' => 'Translation', 'widget_file' => 'flags/tpw_flags.php')); }?>
I tried inserting it on many lines inside the file and it always disfigured my black bar..
I don't have much skills in coding.. Can someone guide me to the steps to have the flags appear inside the black bar on the same line as "Welcome user" but on the left side ?
Maybe I need a div inserted somewhere ?
Thanks for your help and I'm sure this can be a great tutorial to help others..