• Resolved yondermann

    (@yondermann)


    Hi,

    I’ve been trying to add yoast seo breadcrumbs to the site. In the appearance customize menu there is a tab for yoast breadcrumbs but nothing shows up on the theme.
    Do I have to enable something or place a widget somewhere? Is there a native way that I’ve overlooked to show breadcrumbs?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter yondermann

    (@yondermann)

    I’ve solved it adding this:

    <!– Breadcrumbs –>
    <?php
    if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
    }
    ?>
    <!– /Breadcrumbs –>

    to the pages, posts and categories in the theme editor.
    Thanks!

    • This reply was modified 4 years, 1 month ago by yondermann.

    Hi @yondermann,

    Thanks for sharing your findings, very much appreciated!

    One thing to note- if you aren’t using a child theme, any edits made directly to the theme files will be lost next time you update the theme. Just a heads up so you can be ready to re-apply the modifications when you update, or in case you want to add a child theme. ??

    Thanks again!

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