March 10, 2015 at 4:43 pm
#22962
Adria
Participant
I added the following code to the header.php but the breadcrumbs don’t show up:
<div class=”breadcrumbs” xmlns:v=”http://rdf.data-vocabulary.org/#”>
<?php if(function_exists(‘bcn_display’))
{
bcn_display();
}?>
</div>
I placed it below the <div id=”main”> code in the header.php file