Hi there,
We use for all of our site the SEO Yoast plugin. In that plugin it's
possible to use Yoast breadcrumbs. We prefer that one above the standard
breadcrumbs, because the Yoast breadcrumbs gives us rich snippets in
Google results.
We can enable the plugin, but we need to add code to the template. The code is as followed:
Usage of this breadcrumbs feature is explained here. For the more code savvy, insert this in your theme:
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>
Here it comes: where to put it? In what file(s) should we add that code to enable Yoast breadcrumbs?
More information about the plugin and implementation: https://yoast.com/wordpress/plugins/breadcrumbs/
Regards,
Rob