• Resolved djwilko12

    (@djwilko12)


    Hello,
    How can we do to remove “Shop” from breadcrumbs? We would not like to display it on frontend. Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter djwilko12

    (@djwilko12)

    I forgot to mention that the url for the shop page is “examplesite.com/catalogo” (instead of examplesite.com/shop).

    @djwilko12

    Thank you for suggesting a new feature for one of our plugins! You are actually not the first to have requested this feature! That means a feature request is already created and is currently under review?by our product team.

    Workaround

    You can remove the shop page from the Yoast breadcrumbs using the wpseo_breadcrumb_single_link filter. You can find an example of use on this link.

    What’s next?
    Our product team will assess feature requests in relation to other open bug reports and new features. Based on their assessment, the feature request will be given a priority level. Our developers work on the highest priority first. Unfortunately, this means we cannot give you an estimate if or when they’ll start working on your request.

    Thread Starter djwilko12

    (@djwilko12)

    Thanks for your reply. I would need some help here please…
    Could you please tell me exactly, for my specific case, what lines should i replace? Or how would be the final code i should add?
    FYI, the url of the shop page is “www.examplesite.com/catalogo” and the link name shown in the breadcrum for the shop is “Catálogo”.
    Waiting your reply. Thanks!

    Plugin Support Michael Ti?a

    (@mikes41720)

    Hi @djwilko12

    Yoast SEO includes filters that allow you or your developer to customize many of our plugin features. These filters are documented inside the plugin code. We also have a developer portal where you can find more information about filters and even check out some examples of how to use them.

    The wpseo_breadcrumb_single_link filter can be used to customize the breadcrumbs to remove the shop page from the breadcrumb path.

    Typically code snippets are added to your theme’s functions.php file. If you’re not familiar with using code snippets, we’d like to refer you to the WordPress documentation on how to use a filter. An example code snippet can be found here.

    Unfortunately, we don’t want to suggest incorrect code specific to your website that may cause potential issues. We suggest you contact your developer or programmer for more assistance in using this filter. Thank you.

    Plugin Support devnihil

    (@devnihil)

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide “Shop” from breadcrumbs’ is closed to new replies.