Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #273968
    Ulrich
    Participant

    Dear Support-Team,

    Since YOAST SEO offers a new breadcrumbs feature I would like to implement it for pages and posts into the child theme.

    This are the instructions YOAST provides on this:

    Copy the following code into your theme where you want the breadcrumbs to be. If you are not sure, you will need to experiment with placement:

    Start PHP:

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

    END PHP

    NOTE: Depending on your theme you may or may not need to add in the beginning <php and ending ?> php tags. If you are not sure, your theme developer can help.
    Common places where you could place your breadcrumbs are inside your single.php and/or page.php file just above the page’s title. Moreover, another option that makes it really easy in some themes is by just pasting the code in header.php at the very end.

    Will this work?

    In my child theme I got:
    styles.css
    functions.php
    archive.php
    header.php

    single.php & page.php are missing, but maybe a header.php would do the job.

    Before I try anything stupid I better ask for your advice here.

    Regards
    Ulrich
    at:
    https://www.stiftung-meeresschutz.org/

    #273998
    Skandha
    Participant

    @dsm: Hello there,
    Try adding the code in header.php of your child theme after ?php code on line no 90.

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to implement YOAST breadcrumbs into child theme?’ is closed to new replies.