- 状态
- 已由作者解决
- 解决于
- Real Homes 4.4.5
- 相关插件/主题
- RealHomes
- 主题标签
- Compatibility
问题概述
当将Real Homes 主题与 WPML 配合使用时,翻译后的单个房源页面上的房产图库图像可能仍会显示原始语言的图像,即使这些图像已使用WPML Media Translation进行了翻译。
临时解决方法
- 在 WordPress 仪表盘中,前往 WPML > 设置 > 自定义 XML 配置。
- 添加以下 XML 配置并保存:
<wpml-config> <custom-fields> <custom-field action="copy" type="post-ids" sub-type="attachment">REAL_HOMES_property_images</custom-field> </custom-fields> </wpml-config>