WordPress 帖子帮助
I'm having a bit of a problem I have created a post and it shows on my blog but as soon as you click on the title link it says "Sorry, no posts were found." and even in the homepage where the recent post doesn't work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来像是一个永久链接问题。如果您打开“漂亮”网址,请确保您已创建适当的 .htaccess 文件。编辑永久链接结构后,WP 将生成您需要放入 htaccess 文件中的内容。复制内容,粘贴到文件中,将其另存为 .htaccess 并上传到您的博客根文件夹。
Sounds like a permalink issue. If you turned on "pretty" urls, make sure you've created the appropriate .htaccess file. Once you edit your permalink structure, WP will generate the contents you need to put inside your htaccess file. Copy the contents, paste inside a file, save it as .htaccess and upload to your blog root folder.