I have a DocumentType
called Blogs
. It has a child DocumentType
called Blog
.
I create a content of type Blog
.
The name of that content is "Coding is great".
I can now navigate to that blog with the URL:
www.example.com/coding-is-great
I want it to be:
www.example.com/blogs/coding-is-great
How can I prefix URLs with something like the above?
-----Edited
In response to wingyip answer. I do already have a structure like this:
But the urls do not generate as you'd expect.