First, install the Breadcrumb NavXT plugin. To display breadcrumbs anywhere in your template, use the code to copy-paste into your theme files:
<div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
WEBinP Your guide to resolving CMS optimization, Web Development and SEO problems