Fix breadcrumbs structure for author pages
This commit is contained in:
parent
6c78015257
commit
4cb48280dd
@ -226,7 +226,7 @@ get_header();
|
||||
'template' => 'author.php',
|
||||
'breadcrumbs' => array(
|
||||
[fcntr( 'frontpage' ), get_home_url()],
|
||||
[__( 'Author', 'fictioneer' ), null],
|
||||
[__( 'Author', 'fictioneer' ), $current_url],
|
||||
[$author->display_name, null]
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user