[Plugin: WordPress SEO by Yoast] Duplicate breadcrumbs appear with manual insertion
-
WordPress version: 3.4.1
WordPress SEO version: 1.2.5
Thematic 1.0.2I just updated to WP SEO 1.2.5 and now my breadcrumbs appear in two places. I am using the code
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>
to insert the code in my child theme which has been working fine.Now it appears the breadcrumbs are also inserted into a div with the id of “wpseobreadcrumb”.
Should I be using different code to manually insert the breadcrumbs since the update?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: WordPress SEO by Yoast] Duplicate breadcrumbs appear with manual insertion’ is closed to new replies.