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.
Assuming the view in the sidebar is a block placed in a sidebar region, I think you could do it like this:
That ought to cover everything you are looking for. It would be really slick if when future content is created, you were able to automatically build the aliases from step 1. You may get some ideas from this post, if you are interested in that.