在 WP-Engine 内在 Wordpress 中添加新页面时,草稿页面会更新
Drafted page gets updated when added new page in Wordpress within WP-Engine
我在 wordpress 中添加新页面时遇到了一个奇怪的问题。
步骤:
- 创建一个标题为 "Test one" 的新页面并将其保存在草稿中。
- 立即创建另一个标题为 "Test two" 的页面并将其保存在草稿中。
- 请注意,标题为 "Test one" 的页面在草稿部分不可见,只有 "Test two" 可见。
我还观察到保存后分配给页面的 post id。保存时两个页面的 post id 相同。 (现在只显示最新的。)
The first page gets updated by the second one because of the same post id.
The same behaviour is occurred with Posts as well.
Can anybody explain why wordpress behaving like this and do not allow to add new page?
我在互联网上搜索了有关该问题的信息,并了解到对于 SEO,该网站应该处理 SEO 的重复内容。
Is this the case that's why wordpress not allowing to create new page
with similar title?
谢谢。
我已经用新鲜的 wordpress 尝试了你的问题
可能是其他插件导致的问题。
问题是由于 .htaccess 文件中设置的 Cache-Control header 造成的。
因此 edit-post。php 正在从磁盘缓存中获取服务。
The problem gets resolved.
如果有人对此有答案,再问一个简短的问题。
Is it recommended to set headers in the .htaccess or do we have to set
it in any other place?
我在 wordpress 中添加新页面时遇到了一个奇怪的问题。
步骤:
- 创建一个标题为 "Test one" 的新页面并将其保存在草稿中。
- 立即创建另一个标题为 "Test two" 的页面并将其保存在草稿中。
- 请注意,标题为 "Test one" 的页面在草稿部分不可见,只有 "Test two" 可见。
我还观察到保存后分配给页面的 post id。保存时两个页面的 post id 相同。 (现在只显示最新的。)
The first page gets updated by the second one because of the same post id.
The same behaviour is occurred with Posts as well.
Can anybody explain why wordpress behaving like this and do not allow to add new page?
我在互联网上搜索了有关该问题的信息,并了解到对于 SEO,该网站应该处理 SEO 的重复内容。
Is this the case that's why wordpress not allowing to create new page with similar title?
谢谢。
我已经用新鲜的 wordpress 尝试了你的问题
可能是其他插件导致的问题。
问题是由于 .htaccess 文件中设置的 Cache-Control header 造成的。
因此 edit-post。php 正在从磁盘缓存中获取服务。
The problem gets resolved.
如果有人对此有答案,再问一个简短的问题。
Is it recommended to set headers in the .htaccess or do we have to set it in any other place?