By Eaglecanada on
how to display node full view page in the current theme ( keep in the same menu level)?
I have a node under menu News. the first page is a view listing all news items, it is under:
home->news
but when I click on the node title which is linking to the node full view page, the secondary menu disappear, and the node full page is under: home.
Do I have to create a view for each node type full page so that the node full page can belong to certain menu item?
Comments
maybe if you provide a
maybe if you provide a specific path to the node when you create it?
Also, I think nice_menus can help with handling 2 levels menus.
Just a thought.