WordPress version: 3.4.1
WordPress SEO version: 1.2.5
I did this: upgraded WordPress SEO to the latest version
I expected the plugin to do this: change nothing in the displaying of breadcrumbs
Instead it did this: displayed two instances of breadcrumbs instead of one.
I am using thesis and before the upgrade, the site was displaying only one instance of breadcrumbs based on the function i put in the custom_functions file as follows:
function breadcrumb(){
?>
<div id="breadcrumb">
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>
</div>
<?php }
add_action('thesis_hook_before_content', 'breadcrumb');
Help! thanks.. the site is http://news.buydancepoles.com