Home Forums Designexo Pro How To Change SHop Page Breadcrumb

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #38738
    Sohail Bakhrich
    Participant

    Hello,
    In the shop page the breadcrumb appears just as “Home/(name of the first product in the list)”.
    Can we change the breadcrumb of the shop page to “Home/Shop” or as we want “Home/Catalog”?
    Please we need help with this, we haven’t find any way to do it.

    Haliso SMM Ltd.

    #38787
    themearile
    Keymaster

    Hi Sohail

    To change the breadcrumbs of the shop page and product you need to use the Yoast SEO Plugin.

    So please follow the below steps :-

    1. Please install and activate the Yoast SEO Plugin https://wordpress.org/plugins/wordpress-seo/ and set the product for the product taxonomy like the screenshot https://prnt.sc/eLGJna9Nes3k.

    2. And please go to designexo-pro >> template-parts and open the file site-breadcrumb.php and copy and paste the below link code in this file and save the file.

    https://pastebin.com/i4JNikYZ

    Now check your shop page breadcrumb.

    Let us know if it works.

    Thanks

    #38849
    Sohail Bakhrich
    Participant

    But only with Yoast plugin it works?
    Because we want to use RankMath as SEO plugin.
    Can we do the same with RankMath?

    Haliso SMM Ltd.

    #38853
    themearile
    Keymaster

    Hi Sohail

    Yes, you can use the Rankmath plugin as per your requirement but the Yoast SEO plugin also provides advanced SEO features to the site. You can consider it.

    Thanks

    #38858
    Sohail Bakhrich
    Participant

    Ok thanks and is there any way to fi the Shop Page breadcrumb like Yoast SEO?
    Because with RankMath when we activate breadcrumb in the settings it just adds other breadcrumbs section in the page.
    Please if you can help us with this providing same info you provided us for Yoast SEO to do the same with RankMath it would be perfect.

    Haliso SMM Ltd.

    #38868
    themearile
    Keymaster

    Hi Sohail

    Please follow the below help article step by step for display the breadcrumb using the Rank Math plugin.

    https://rankmath.com/kb/breadcrumbs/

    Thanks

    • This reply was modified 5 months ago by themearile.
    #38922
    Sohail Bakhrich
    Participant

    Thanks.
    Now the issue is another one.
    We are struggling to change the shown title of shop page.
    We changed to “Services” but it’s still shown as “Shop”.
    Can you provide us a code to force it to be shown as “Services” like how you did it with Yoast SEO breacrumbs?
    The theme is DesignexoPro

    You can refer to our page here to see the issue: https://halisosmm.com/services/

    #38928
    themearile
    Keymaster

    Hi Sohail Bakhrich

    Please add the below code in the functions.php file in the theme.

    add_filter( 'woocommerce_page_title', 'new_woocommerce_page_title'); 
    function new_woocommerce_page_title( $page_title ) {
      if( $page_title == 'Shop' ) {
        return "New Shop Title";
      }
    }

    Let us know if it works.

    Thanks

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