• Hi all,

    Im trying to put the Yoast Breadcrumbs code into my website, but I don’t think I’m totally sure where to put it to get it to work properly, where is it meant to go?

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

    Regards

    [ Bumping is not permitted, please refrain from doing so. ]

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

    (@daniel1990)

    I’m really at a dead end with this now, I’ve tried putting the code in various places, with no luck, does it have to be in a specific part of a .php file?

    Regards

    That is meant to go in your main page.php file inside of the your loop.

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

The topic ‘Yoast Breadcrumbs’ is closed to new replies.