I am wanting to use the departments functionality, but the permalink URL structure does not fit with the scheme I am creating. Here is an example:
I have a department called “Projects”, separate from my “Portfolio” section. Inside “Projects” I will multiple projects, i.e. “Project A”, “Project B”, but the URL jumps from department back to portfolio, even though these are not portfolio, they are projects. Currently the URLs work like this:
Projects page: “/department/projects”
Project A gallery: “/portfolio/projecta”
Ideally I would like the URLs to better reflect this structure, like this:
Projects page: “/projects”
Project A gallery: “/projects/projecta”
Is this possible? Does my explanation make sense?
I really like the design of this theme, and I hope that I am able to get it working as I hope. Thanks.