我的CPT存档为假,现在我需要使用父页面作为插件 时间:2017-10-26 作者:Taller de WordPress 我有一个自定义的post类型“services”,但存档为false,我将页面用作服务。但现在我需要这个鼻涕虫mydomain。com/services/taxonomy/post2如何将分类法链接到作为父级的服务页面。有可能吗?非常感谢。 1 个回复 SO网友:Harry Francis 在register\\u taxonomy$args列表中,需要添加以下内容:"rewrite" => array( "slug" => "services/taxonomy", "with_front" => true ), 这将为您的分类slug预先提供服务。有关更多参数,请参见此处:https://codex.wordpress.org/Function_Reference/register_taxonomy#Arguments 结束 文章导航