By fishfilet on
I have a Menu structure like this...
- Home
- Store
- About Us
- History
- News
- Staff
- Contact Us
When viewing a sub menu item I would like the node title to show like this..
About Us>News
About Us>Staff
So I am wondering how can I modify my template to put in the name of the parent menu in front of the node title. I know that breadcrumbs show like this but this is not what I want thanks.
Comments
Actually Breadcrumbs would
Actually Breadcrumbs would work just fine if they worked how I expect them too but for some reason when I turn on breadcrumbs and I am on the News page instead of showing like this.
Home>About Us>News
it leaves out about us and just shows like this.
Home>News
Also If I did this I would want to remove the node title from displaying because I don't want it to display twice.
It seems like there would be
It seems like there would be a variable for this that I could just put in front of the variable that is creating the node title. How would I go about finding the the variable at least?