Forums
(@arieskingdom)
17 years, 1 month ago
In yoast-breadcrumbs.php on line 193:
if ( ($on_front == "page" && is_front_page()) || ($on_front == "posts" && is_home()) ) { $output = bold_or_not($opt['home']);
Change that output to
$output = '';
Thats what I did, worked a treat.