【发布时间】:2021-11-08 10:15:36
【问题描述】:
我需要一些帮助才能找到仅从特定类别的帖子中删除 url 日期的解决方案。
我的永久链接设置如下:
/%year%/%monthnum%/%day%/%category%/%postname%/
category-x 帖子具有以下 url:
http://mysite/2021/08/25/category-x/post-name/
我只需要 category-x 帖子,网址如下所示:
http://mysite/category-x/post-name/
其他帖子将保留网址中的日期。
我尝试使用 rewrite_rules_array 和 post_link 过滤器做一些事情,但没有成功。
我该如何解决?
【问题讨论】:
-
也许 WordPress 堆栈更适合这个问题? wordpress.stackexchange.com
标签: php wordpress .htaccess url categories