WordPress 自定义类型文章 从url地址中删除 taxonomy 分类

鲍成龙 1.6K 0

代码解决办法:

register_taxonomy(
       'travel-category', //taxonomy base
       'destination', // custom post type
       'rewrite' => array( 'slug' => '/', 'with_front' => FALSE )
);

 

如果出现404,在 设置 – 固定链接 中重新保存即可。

 

发表评论 取消回复
表情 图片 链接 代码

分享