在创建帖子类型时register_post_type
) 您需要将\\u front添加为false:
“with\\u front”(bool)是否应在permastruct前面加上wp\\u Rewrite::$front。默认为true。
所以你的重写可能是
\'rewrite\' => array ( \'with_front\' => false),
或者如果它已经有了一个新的鼻涕虫,就像这样:
\'rewrite\' => array(\'slug\' => \'post_slug\', \'with_front\' => false),