Breadcrumbs following managed navigation heirarchy

i am using managed navigation for my sharepoint 2013 publishing website.  i have the following hierarchy

main site
    projects
         completed
              project 1
              project 2
         in development
              project 3

i want my breadcrumbs to be main site > projects > completed > project 1 (obviously based on what page you may be on) however my breadcumbs look like this main site > project 1.  as you can see it does not following the hierarchy of the navigation tree set up with the managed navigation term set.

can anyone assist with this issue?

August 5th, 2013 8:35pm

Hi, I was just wondering if you've found a solution for this.  I am looking for the same thing.  Thanks!
Free Windows Admin Tool Kit Click here and download it now
August 15th, 2013 7:36pm

i have not found a solution yet but glad i'm not the only one looking!  if i get an answer I will post it here!
August 15th, 2013 8:43pm

Use this:



<asp:SiteMapPath runat="server" SiteMapProviders="SPSiteMapProvider,SPXmlContentMapProvider" RenderCurrentNodeAsLink="false" NodeStyle-CssClass="breadcrumbNode" CurrentNodeStyle-CssClass="breadcrumbCurrentNode" RootNodeStyle-CssClass="breadcrumbRootNode" HideInteriorRootNodes="true" SkipLinkText=""/>

This is working on SharePoint 2010 and 2013
Free Windows Admin Tool Kit Click here and download it now
August 15th, 2013 11:21pm

This still is not showing the levels of hierarchy.  Just the home page and current page.
August 16th, 2013 12:06am

Add "term property" webpart and select to show "Path". You can add this to page layout or master page.

Free Windows Admin Tool Kit Click here and download it now
August 17th, 2013 2:15pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics