Thank you for the quick reply! I realize now that I didn’t make things very clear in my first post, so I’ll try again:
Basically, I have a navigation bar with one of the menu items being “exhibitions”. This is not a page but rather a non-clickable menu item that displays the submenus (or subpages) on hover, one of them being the page “current”. When I click on “current”, the link right now just shows as “www.website.com/current”. This is because right now, the page “current” does not have a parent page. Now I’d like it to be “www.website.com/exhibitions/current”. If I understand the whole parent-page issue correctly, I would have to assign the “exhibitions” as the parent page of “current” in order for it to be displayed like that. This is of course not possible since “exhibitions” is simply a non-clickable menu item and not a page. I was wondering if it was still somehow possible to have the structure set to “www.website.com/exhibitions/current”.
I hope this makes more sense!