Hi, I’ve been trying to insert breadcrumbs into my ‘Posts’ either using Yoast or NavXT without luck.
When i insert the code into the single.php theme editor it either shows up at the very top above the header logo, or the very bottom of the page.
Why is this?
I need it to be below the logo like this one… https://graziaandco.com.au/slab-coffee-table/
Thanks.
I have tried both plugins code:
<?php if ( function_exists(‘yoast_breadcrumb’) )
{yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);} ?>
and
<div class=”breadcrumbs” typeof=”BreadcrumbList” vocab=”http://schema.org/”>
<?php if(function_exists(‘bcn_display’))
{
bcn_display();
}?>
</div>