移动服务器后,我的主题目录以某种方式打印在页面的左上角。我尝试了很多东西,但有点沮丧。有谁知道可能导致这种情况的原因是什么?当我更改主题时它会消失,但是当我将站点克隆到本地版本时它也会消失。
问候并感谢您的帮助。
I'd guess that either a file is missing, or the markup in the line where your theme directory is defined is possibly missing a single quote, double quote, or some other form of syntax error.
您是否使用自定义主题?禁用它并使用标准WordPress theme
(如twentytwelve
或twentythirteen
)。
如果问题消失了,那么问题与您的主题和您(或theme
的开发人员)有关,您需要在theme
的代码中解决问题。
如果问题不在主题...