Hello to all the WP-Expert. I have a little problem, and don't know how to solve it. I have a biligual WP-Page (EN, GE) and installed the plugin qtranslate, which works really fine for me. The Pages and Blogs can be easily be used in both languages. The problem is, that I have the contact-information in only one language (qtransalte does not work for that) in contactSidebar.php (in german)
I want to have this contactSidebar.php also in english. I created an english version of this calles contactSidebar_EN.php. My question now is, how can i make it work, that the contactSidbar.php is show if someone chooses German and contactSidebar_EN.php is show, if someone uses the english language.
I'm a newbe in php. In the MainIndex.php i found the line:
<?php include( TEMPLATEPATH . "/contactSidebar.php" ); ?>
What would if have to put instead of that, that for each language the right contactSidebar will be loaded.
Thx for your help in advacne... I appreciate it
Michael