How to change Breadcrumb link?

Home Support eCommerce Gem Plus How to change Breadcrumb link?

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17715
    Anonymous
    Inactive

    Hi, I would like to know how do i change the breadcrumb link. Whenever I land to my product detail page, I click on the product on the breadcrumb, it doesn’t link to the product page that I have created, instead it goes to “Shop” page which is not what i intend.

    Here is an example of the product detail link

    Satyn Finishing Powder

    I would like the “products” on the breadcrumb link to this page:

    Products

    Thanks

    #17737
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Our theme uses the below library to create breadcrumb for various pages like product page, blog page. Also, it creates google structure data to display breadcrumb on the google search result page.

    https://github.com/justintadlock/breadcrumb-trail/blob/master/inc/breadcrumbs.php

    You can find this file at ecommerce-gem-plus/assets/vendor/breadcrumbs/breadcrumbs.php

    You may need to write this type of customization in the above file.
    We do not recommend modifying vendor files because such changes will be overwritten by the next release of the theme.

    Alternatively, you can redirect the shop page to products pages using the below plugin
    https://wordpress.org/plugins/redirection/ .

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    #18382
    Anonymous
    Inactive

    have you changed the breadcrumb link? I also want to do this on my WordPress website

    #18446
    Anonymous
    Inactive

    Log in to your WordPress website.
    Click on ‘SEO.
    Click on ‘Search Appearance’.
    Click on the ‘Content Types’ tab.
    Expand the custom post type section.
    Under the ‘Breadcrumbs settings for [CustomPostType] archive’, you can add or change the breadcrumb title.
    Click ‘Save changes’.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.