• Resolved ando337

    (@ando337)


    Hi everyone,

    I would like to add breadcrumbs to the bottom of each page (right before the footer):
    breadcrumbs location

    I activated the breadcrumb option in my Yoast SEO plugin.
    Then I placed this code (found it in several articles) at the bottom of my child theme header.php:

    <?php
    if ( function_exists(‚yoast_breadcrumb‘) ) {
    yoast_breadcrumb(‚<p id=“breadcrumbs“>‘,'</p>‘);
    }
    ?>

    but nothing happens.
    Does this mean my theme template is not compatible with breadcrumbs?
    Or do I have to place the code somewhere else?

    This is the website I’m talking about:
    wwww.yesindeed.de

    Hope anyone knows what to do.

    Best wishes,
    Anke

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support amboutwe

    (@amboutwe)

    Please edit a post or page and add the shortcode [wpseo_breadcrumb] to the post. After saving the post or page, does the breadcrumb appear on the individual post or page?

    If yes, the placement of the code you included is not in a place that is output to the visible content on the page. Please contact your theme developer for advice on the best place to add the code.

    Thread Starter ando337

    (@ando337)

    Yep, it appears on the individual page.
    So I must have put it in the wrong place – thanks!

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

The topic ‘yoast breadcrumbs’ is closed to new replies.