博主头像
Wood Chen

万事如意

  • 累计撰写 284 篇文章
  • 累计创建 238 个标签
  • 累计收到 20 条评论

目 录CONTENT

wordpress 的 wp-sitemap.xml 错误,提示:This page contains the following errors: error on line 2 at column 6: XML declaration allowed only

2021-09-06 · 0 评论 · 0 点赞 · 134 阅读 · 0 字

image

就像上面一个图的错误,这种一般是修改 functions.php 或者 wp-config.php 的时候产生的问题,找到文件,一看:

image

上面多个换行,把换行取消,保存一下,刷新页面就可以了。

image

评论区