Contents
If you are not going to customize the layout of your site, there’s no need to mess with it. The new version that I bring you today adds the breadcrumb navigation to all SharePoint pages, using the breadcrumb style defined by the Fabric UI. In this version, the breadcrumb is created with a script that is deployed globally by a custom action.
Quite a few subsites and pages generally need to display breadcrumbs, so including the breadcrumb inside the master page has always been the go to method; however, there are special circumstances where you need to hide the breadcrumb on certain sites and pages.
Why do you use breadcrumbs on your website?
Breadcrumbs should be used as a navigational aid in your app or site. They indicate the current page’s location within a hierarchy and help the user understand where they are in relation to the rest of that hierarchy. They also afford one-click access to higher levels of that hierarchy.
Page-specific content will go here… –> TODO: Menu will go here… A master page defines both the static page layout and the regions that can be edited by the ASP.NET pages that use the master page.
Go to Settings Site Settings Click on Solutions under Web Designer Galleries Upload and activate the solution Once the solution is activated the breadcrumb will be visible in all sites If for some reason you want to disable or uninstall the breadcrumb do the following:
Is there a way to add breadcrumbs to a website?
The method from the previous article is still valid but it requires you to manually modify the master page, if you are not going to customize the layout of your site there’s no need to mess with it. Info: If you are looking for a solution to add the breadcrumb to the modern sites check this article.