Modify the display category of BreadCrumbs
-
Some of my products belong to two categories at the same time, but when customers click on the product, Breadcrumbs can only display one category, but that category is not what I want customers to see. For example, if a product is classified into Style》Fan Version and National Team》England, I want customers to see National Team》England instead of Style》Fan Version.
Hello,
In our theme, there are two kinds of breadcrumbs. one comes from WooCommerce plugin and one from WoodMart. If you want to customize our theme’s one, you need to edit the file
inc/template-tags.php.
As for the WooCommerce, you can try the solution from this article https://kb.yoast.com/kb/add-theme-support-for-yoast-seo-breadcrumbs/
Best Regards.