Hey,
For the free version you would need to use a plugin. Something like this- https://ww.wp.xz.cn/plugins/breadcrumb-navxt/
Hannah
Thread Starter
Chekki
(@chekki)
Hi Hannah,
thx for your feedback.
For the others: I`ve put the breadcrumb into content-single.php file. I replaced the H1 line with the following:
<div class="breadcrumbs" xmlns:v="http://rdf.data-vocabulary.org/#">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
(there is a seo problem if the Blog Post Default Head Title is the post title – than we have 2 H1 lines – therefore I replaced it).
Best regards,
Chekki