Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hey,
    For the free version you would need to use a plugin. Something like this- https://www.ads-software.com/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="https://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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breadcrumb’ is closed to new replies.