July 2, 2021 at 6:30 pm
#90091
tiburcioroberto
Participant
Apparently you have no solution to my question
I have another question, where in the topic do I implement the Yoast SEO breadcrumbs code?
This is the code
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
}
?>