• hello
    Im trying to polylag opensrap theme
    My problem is duplicating home page setting
    i found this on the plugin support:

    Chouby
    Member
    Plugin Author
    Posted 1 year ago #

    This is just a matter of creating a wpml-config.xml file with the correct options names.

    Here is a start to translate the first feature area of your theme. Other options are easily found in golden-eagle-lite/functions/theme_options.php

    <wpml-config>
    <admin-texts>
    <key name=’goldeneagle_options’>
    <key name=’goldeneagle_featureimg1′ />
    <key name=’goldeneagle_firsthead’ />
    <key name=’goldeneagle_firstdesc’ />
    <key name=’goldeneagle_link1′ />
    </key>
    </admin-texts>
    </wpml-config>

    Once you have done it, you can maybe suggest theme authors to add the file in their distribution to support Polylang and WPML.

    how do i find openstrap key name? or
    wpml-config.xml

    thank you

  • The topic ‘wpml-config.xml for openstrap’ is closed to new replies.