Hello,
Please note that there are two types of breadcrumbs used in the WoodMart theme:
1. WooCommerce breadcrumbs, and
2. WoodMart breadcrumbs (custom theme breadcrumbs).
To simplify or customize the breadcrumb structure like:
Home / Laptop / MacBook / Pro / M4
You’ll need to focus on the WooCommerce breadcrumbs, as WoodMart does not override the actual structure generated by WooCommerce.
Go to Settings > Permalinks in your WordPress dashboard and choose your preferred structure under the Product Permalinks section.
To customize WooCommerce breadcrumbs further (such as renaming parts of the path), you’ll need to apply a custom filter using code.
Please refer to the official
WooCommerce documentation here for full guidance:
https://woocommerce.com/document/customise-the-woocommerce-breadcrumb/
If you want to customize the breadcrumbs related to our theme, you can do so by editing the inc/template-tags.php file in the theme.
Best Regards,