Hello,
I have a similar question as in this post: https://www.8theme.com/topic/parent-and-1-child-category-showing-in-breadcrumbs/ I read all the answers but I can’t make it work. When I try to replace this section of the code
if(!function_exists('etheme_breadcrumbs')) {
function etheme_breadcrumbs() {
get_template_part( 'templates/breadcrumbs' );
return;
}
}
by the one Yoast is providing but I can’t figure out where to put it 🙁 I saw in https://www.8theme.com/topic/yoast-breadcrumbs/ which files to edit but…
Whatever I do, it’s still your breadcrumbs that is showing (or I get an error on the website). Nothing wrong with yours but our products are in several categories and the WP default sorting doesn’t suit us. I’m really sorry to bother you with that but I spent the day on this problem and can’t get it solved by myself :/