Implemetn Yoast Seo Breadcrumbs

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #710
    marcwitt
    Participant

    Hey there,

    I want to implement the Yoast SEO Breadcrumbs, but can´t find the right place in to place the breadcrumbs right above the Titel of a Post/Page.

    Can you help?

    Greetings!

    #1796
    admin
    Participant

    Hi,

    You may place the code in the following file,

    File: arcane/template-parts/content-single.php
    L.No: 11
    Location: Just above the entry-header-wrapper div

    [PHP] if ( function_exists(‘yoast_breadcrumb’) ) :
    yoast_breadcrumb(‘

    ‘);
    endif;
    ?>[/PHP]

    Thanks

    #1797
    marcwitt
    Participant

    Perfekt, ty!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.