I am building a Drupal site which will need a specific menu structure.
2 menu links, 'Recent Work' and 'Archives'
On clicking recent work, a list of 'Recent Articles' is shown with views as a menu in the page sidebar. However when clicking the linked title in that sidebar I want the path to be .com/recent-work/node-1 and the sidebar 'Recent Work' list remains.
On clicking Archive, a list of all nodes are displayed in the sidebar, upon clicking the linked title full node shows with the path .com/archives/node-1 and the sidebar 'archives' list remains.
The aim of this is to make the lists of work stay on screen when the user is looking trough that specific node type.