【发布时间】:2017-04-05 17:58:16
【问题描述】:
我在永久链接中有类似 /%category%/%post_id%-%postname%/ 的帖子 URL。
现在我想从/%category%/%postname%/ 之类的永久链接中删除post_id。
如何在 WordPress 中执行此操作而不会出现 404 错误。 (我有一些过去的电子邮件活动,所以是旧网址。)
喜欢旧网址:
http://example.com/category/4390-new-post/
新网址:
http://example.com/category/new-post/
我在网站上有超过 70,000 个帖子。所以我无法为所有帖子添加 301 重定向。
请帮忙。
【问题讨论】:
标签: wordpress .htaccess permalinks