Add breadcrumbs to your wordpress site using Yoast SEO

This goes to your single.php or page.php:

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

Second, activate breadcrumbs in Yoast CEO plugin.

Leave a Reply

Your email address will not be published. Required fields are marked *