- Status
- Resolved
- Reported for
- Advanced Custom Fields Multilingual 2.0.5
- Resolved in
- Advanced Custom Fields Multilingual 2.1.0
- Related plugin/theme
- Advanced Custom Fields (ACF)
- Topic tags
- Compatibility
Overview of the issue
If you create a WYSIWYG field and add inside it an internal link to a post that has a translation, when you translate the field, the link is not automatically converted. Therefore, you’ll have a link pointing to the default language post inside a translated post
Workaround
Go to WPML > Setting > Custom XML configuration and add this code:
<wpml-config>
<custom-fields>
<custom-field action="translate" translate_link_target="1" >tests_0_editor</custom-field>
</custom-fields>
</wpml-config>