Hi there,
If you want to display Breadcrumb NavXT then these are the steps:
1. Appearance > Elements > New > Hook
2. Add this to the Hook Content:
<div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
3. Select generate_before_content from the Hook List.
4. Check Execute PHP
5. On the Display Rules tab set the locations you want it displayed eg. Posts > All Posts