Home Forums WoodMart support forum Customizing Breadcrumbs in Woodmart Theme

Customizing Breadcrumbs in Woodmart Theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #670203

    Mir
    Participant

    Hi Support Team,

    I’m currently using the Woodmart theme, and I’m trying to customize how breadcrumbs appear on my site.

    At the moment, the breadcrumbs look like this:

    Home / Laptop / MacBook / MacBook Pro / MacBook Pro M4

    But I want to simplify and customize them to:

    Home / Laptop / MacBook / Pro / M4

    Attachments:
    You must be logged in to view attached files.
    #670232

    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,

Viewing 2 posts - 1 through 2 (of 2 total)