Remove top level of breadcrumb in Partial View Macro File
I've created a simple breadcrumb out of the snippet template. Everything works great but this is a subsection of the site and I don't want the very top level returned in the breadcrumb..I'm sure this is something simple but I can't seem to hunt down a solution.
Remove top level of breadcrumb in Partial View Macro File
I've created a simple breadcrumb out of the snippet template. Everything works great but this is a subsection of the site and I don't want the very top level returned in the breadcrumb..I'm sure this is something simple but I can't seem to hunt down a solution.
the for each statement looks like this
This returns every level up to the top:
HOME > LEVEL 1 > LEVEL2 > current page
What is the best way..or any way...to remove the top level "HOME"
Thanks
Please disregard, I just found the answer here
looking at the razor cheatsheet...
should also work...
[http://our.umbraco.org/projects/developer-tools/razor-dynamicnode-cheat-sheet]
is working on a reply...