• Resolved bram2003

    (@bram2003)


    On my website(testwebsite) https://rickmoeliker.nl I am using through WordPress theme Generatepress premium Yoast breadcrumbs using hook in GP with PHP:

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

    The appearance on my website, as you can see on my two postpages Creativiteit en Uitvindingen is: ( https://rickmoeliker.nl/creativiteit/ )

    Home>Berichten>Creativiteit, hoe ontstaat dat

    My question is: As I am using Start instead of Home, is it possible to change this? And how can I change it?

    The page I need help with: [log in to see the link]

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

    (@amboutwe)

    The homepage title (‘Home’) can be changed under

    Admin > SEO > Search Appearance > Breadcrumbs (tab)

    The ‘Anchor text for the Homepage’ determines the wording that appears for the first breadcrumb item.

    Plugin Support devnihil

    (@devnihil)

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Yoast breadcrumbs PHP for Generate press’ is closed to new replies.