Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将自定义 php 页面添加到我的 wordpress 网站。此页面应为纯文本(无主题或其他 wordpress b*ullsh*t)。所以我在我的主题文件夹中创建了一个新模板,从 wp 管理页面创建了一个新页面。一切都很完美。但是当我注销并尝试访问此页面时,它只显示一个空的 wp 模板,其中没有任何内容。我检查了我是否公开了该页面。
怎么了?为什么 wp 为管理员和世界其他地方显示两个不同的页面???
我觉得很愚蠢,但答案很简单:管理员和其他用户的主题文件夹实际上是不同的。