我正在尝试在主题的根目录中添加wpml-config.xml。文件只有一个选项:
<wpml-config>
<custom-field action="translate">block_1</custom-field>
</wpml-config>
但是在翻译管理中没有检查我所做的选项(查看上图)。我在这里缺少什么?
答案 0 :(得分:0)
它缺少主选项键。它应该是:
<wpml-config>
<custom-fields>
<custom-field action="translate">block_1</custom-field>
</custom-fields>
</wpml-config>
有关 WPML语言配置文件的详细信息:
http://wpml.org/documentation/support/language-configuration-files/