标签: weDocs 该话题包含 0 个回复,1 人参与,最后由诗语 更新于 6 年、 7 月前 。 正在查看 1 个帖子:1-1 (共 1 个帖子) 作者 帖子 #28016 诗语管理员 文章数量: 5,929@feibisi 楼主 2018 年 8 月 31 日 下午 7:39 默认的链接形式为 docs , 但还是可以调整的,如下: /** * Changing the <code>docs</code> slug to something else * * @param array $args * * @return array */ add_filter( 'wedocs_post_type', function($args) { $args['rewrite']['slug'] = 'documentation'; return $args; } ); 作者 帖子 正在查看 1 个帖子:1-1 (共 1 个帖子) 哎呀,回复话题必需登录。