I am setting up a blog site in EE. This site has 15 different people with their own blogs, and it has been decided that the blog name will be included in the URL. For example:
http://www.example.com/blogs/bloggers-name/article-title
So, a post called “My Latest Blog Article” by Steve would appear as:
http://www.example.com/blogs/steve/my-lastest-blog-article/
The default behavior in EE doesn’t seem to support this out-of-the-box. The only way I can think to achieve this is to make a new Weblog named after each blogger and then create one template in the “blogs” template group for each one of them.
Of course, I could probably avoid making a template for each blogger by making one fits-for-all template which accesses the {segment_2} variable. Ideally, though, I would only want to have to make one fits-for-all weblog, too. I can’t really see an obvious way to do this, keeping each bloggers blog separate, though.
Any ideas? 😊