In the Thesis Open Hook Plugin, search for “Before Header” (or whereever you want to add the breadcrumb navigation). Make you you have the plugin Breadcrumb NavXT installed and activated. Then add the code to the Thesis hook and activate “Execute PHP on this hook”.
<div>
<strong>
<?php
if(function_exists(‘bcn_display’))
{
bcn_display();
}
?>
</strong>
</div>
<br>
You might want to style this differently…
