我正在使用Yoast Seo插件在我的标题下显示面包屑。
我通过将下面的代码放在functions.phpauthor
中将默认url更改为。about/team
add_action('init','change_author_permalinks');
function change_author_permalinks()
{
global $wp_rewrite;
$wp_rewrite->author_base = '/about/team';
$wp_rewrite->author_structure = '/' . $wp_rewrite->author_base. '/%author%';
}
mysite.com/author/author name
也会如此mysite.com/about/team/author name
。
当有人访问时,我希望面包屑是这样的mysite.com/about/team/authorname
:
作者姓名 « خانه » درباره ما » اعضا
但它显示了存档的路径:
作者姓名 خانه » بایگانی
有没有办法手动覆盖它?
翻译:
- 类别: 主页
- درباره ما: 关于(关于我们)
- 名称:团队
- بایگانی: 存档