if you want to show breadcrumbs link then add this code in each page’s of which you wants to show breadcrumbs trails source :
<div class="breadcrumbs">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
I used it in InfoIncrement
i put the links in my :
single-post.php
archieve.php
category-template.php