How can I add
I use the plugin "Transposh" as a sidebar widget, but I have the necessity of placing it on the menu bar (where is the button Post an ad)
Select language.jpg
Here below is the information how we can do:
How can I add the plugin interface without using the sidebar widget?
Just add the following line to your template:
<?php if(function_exists("transposh_widget")) { transposh_widget(); }?>
If you want to use a widget style other than the default style and title, you can use something like:
<?php if(function_exists("transposh_widget")) { transposh_widget(array(), array('title' => 'Translation', 'widget_file' => 'flags/tpw_flags.php')); }?>
Someone can tell me where is the correct place that I have to add the code.
I want to add without the title 'Translation'
Please let me know the location and correct code ( without 'Translation') where I have to add