I have a site with a multiple level navigation. For each secondary page I need to display the current page and it's subpages:
Locations
Location 1
Location 2
Location 3
Products
Product 1
Product 2
Product 3
Services
Services 1
Services 2
Services 3
So on the "Products", "Product 1", "Product 2" and "Product 3" pages, the subnav on the left hand of the page needs to show links to those 4 pages.
What is the best code for showing this? None of the pre built in XSLT options seem to do this. The closest I've found is the breadcrumb option which then also shows the page above "Products", and I don't want that.
Subnav including current page
v4.9.1.
I have a site with a multiple level navigation. For each secondary page I need to display the current page and it's subpages:
Locations
Products
Services
So on the "Products", "Product 1", "Product 2" and "Product 3" pages, the subnav on the left hand of the page needs to show links to those 4 pages.
What is the best code for showing this? None of the pre built in XSLT options seem to do this. The closest I've found is the breadcrumb option which then also shows the page above "Products", and I don't want that.
Has anyone already done this?
Thanks!
Is there a better XSLT for what I want to do?
is working on a reply...