跳到内容 跳到侧边栏

標籤: 

本主题包含 0 則回覆 ,有 0 声音 。

最后由 davidM-39 1 year, 2 months前 更新。

协助者:: Bruno Kos.

作者 帖子
2025 年 2 月 14 日 于 上午 11:44 #16706039

davidM-39

Background of the issue:
I am trying to export content from one site to another using WP Export PRO. The content includes regular text as well as content inside an ACF Gutenberg block with a WYSIWYG field named "content". Link to a page where the issue can be seen: 隐藏链接

Symptoms:
The main problem arises with the encoding of HTML entities and special characters, which are not correctly transferred between the sites. HTML tags, spaces ( ), and special characters are converted to their Unicode escape sequences (u003c, u0026, etc.), disrupting the formatting and readability of the content on the new site. This also affects the functionality of HTML elements such as links and iframes.

Questions:
Could you please provide guidance on how to correct this encoding issue during the export process?
Are there settings or adjustments within WP Export PRO or ACF that I should consider to preserve the original content encoding?