我的网站上出现以下错误:
Warning: Cannot modify header information - headers already sent by (output started at /XXXXX/public_html/index.php:1) in /XXXXX/public_html/wp-includes/pluggable.php on line 1121
我检查了wp-config.php
文件的PHP open和end标签是否合适,没有空格。和functions.php
文件一样好。
请在这个问题上帮助我。
提前致谢。
答案 0 :(得分:0)
确保您的代码中没有调用任何重定向或wp_redirect方法(在所有主题文件中)。如果您有,请尽可能将它们移到所有HTML标记之上。这应该解决它们。