Hi Sakin,
Thanks for your reply. Somehow the solution for qTranslate doesn’t seem to apply for Polylang. On their forum I found a solution that seems to work with many plugins and themes:
You have to add a file wpml-config in the root folder of the theme or in a separate Polylang folder in the WP content folder.
The code in the wpml-config file I adapted to include the desired fields I want to translate:
<wpml-config>
<admin-texts>
<key name=”catcheverest-theme-options-defaults”>
<key name=”homepage_headline” />
<key name=”homepage_subheadline” />
<key name=”homepage_featured_headline” />
</key>
</admin-texts>
</wpml-config>
Still I can’t get it to work. Am I making a mistake in the code? Or am I referring to the wrong file?
Any suggestions?
Thanks a lot!
Ronald