Title Breadcrumb Does Not Show Parent Site
September 13th, 2011By default the Title of a SharePoint Team Site does not show the site inheritance (e.g. Root Site->Parent Site->Current Site will only show Current Site). To show this inheritance, replace: <SharePoint:SPLinkButton runat=”server” NavigateUrl=”~site/” id=”onetidProjectPropertyTitle”><SharePoint:ProjectProperty Property=”Title” runat=”server” /></SharePoint:SPLinkButton> With <asp:SiteMapPath runat=”server” SiteMapProviders=”SPSiteMapProvider,SPXmlContentMapProvider” RenderCurrentNodeAsLink=”false” NodeStyle-CssClass=”breadcrumbNode”…
Read More- Posted By: Jonathan Adams
- Comments Off on Title Breadcrumb Does Not Show Parent Site