SIteMap 插件访问报错
This page contains the following errors: error on line 4 at column 6:
XML declaration allowed only at the start of the document Below is a
rendering of the page up to the first error.
解决方案
你的每一个页面(包括网站地图)在开始时都包含空行。(你可以看到HTML源代码)你应该删除这一行来修复网站地图。你可以尝试以下步骤:
- 检查你的wp-config.php文件,看看括号内的部分有没有空行。删掉空行
- 检查你的主题的 functions.php 文件,看看括号内的部分有没有空行。删掉空行