在站长平台看了看,收录只有网站首页,文章全部不见,查看了sitemap 发现是这里出错了。
提示:
This page contains the following errors:error on line 2 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.
如下图:

原因是因为 PHP 文件头部或者尾部的空行问题。
解决办法,查找最近修改的所有 Wordpress 的 PHP 文件,凡是文件头
<?php 前面有空行的及
?> 后面有空行的,一律删除。
完毕!
评论 (0)