Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
OOTB Horizontal Breadcrumb component
Nidhi_Agrawal
Hi,
I am using OOTB Horizontal Breadcrumb component and sitemap.
I have a requirement to not display the last page name in the breadcrumb.
Do we have any direct option using which I can skip displaying the last page in the breadcrumb.
I am having sitemap as below
Home/node1/
node1.1->page1
node1.2->page2
node1.3->page3
So if I am on page1, I just want to display the breadcrumb as Home/node1
Nidhi
Find more posts tagged with
Comments
Rick Poulin
The OOTB component doesn't do that. You'll have to create a new one based on it and modify the XSL to do what you want.
Nidhi_Agrawal
yes, I created custom xslt and it's worked.
Thanks