Breadcrumb problem with new update
-
Heyo,
after I updated my Yoast SEO Plugin to v.5.3.2 today, my breadcrumbs seem to be a bit off. They were bigger than usual and had much more space around them. So I looked at the HTML output and compared it to the older version.
Old version:
<header class="entry-header page-header"> <p id="breadcrumbs"> <span xmlns:v="https://rdf.data-vocabulary.org/#"> <strong class="breadcrumb_last">Home</strong> </span> </p> </header>
New version:
<header class="entry-header page-header"> <h1 class="entry-title">Home</h1> </header>
And as you can tell by now, it got completly changed. So I looked at the page.php file in my theme to see, if the php include has changed too. But it was still the same.
Here’s the code in the page.php:
<header class="entry-header page-header"> <?php if ( function_exists('yoast_breadcrumb') ) {yoast_breadcrumb('<p id="breadcrumbs">','</p>');} ?> </header>
And now I can’t realy use the new update because there aren’t any new features in the backend to turn that off. :/ Is this a Updatebug of the Plugin? Or do I need to include a new Code in the page.php to fix this?
Thanks in advance!
- The topic ‘Breadcrumb problem with new update’ is closed to new replies.