• Anyone implemented yoast breadcrumbs? If so where did you add the

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

    and were there any formatting issues?

    Thanks

The topic ‘yoast breadcrumbs’ is closed to new replies.