Okay so Im creating a site that will consist of
www.example.com, www.example.com/blog1, www.example.com/blog2, www.example.com/blog3
Basically each blog is completely seperate. I will be the 'superadmin' but I have 3 other 'bloggers' writing for me. They produce completely different content, have completely different pages, user accounts, etc...
How do I go about creating/managing content to do this?
Do I go the route of a multi user blog? What modules do I need to be able to designate certain blog posts to ONLY post on certain pages in a typical blog feed. Is this even possible or do I have to manually place each post where I want it?
How do I setup the URLS? ?Taxonomy,?? Categories, ??
Comments
=-=
custom blog content type using the views module. Using the views module you will create a page display which will be used to list each authors content. You can then set that view to have a feed.
I would avoid using the core blog.module as it has been removed from Drupal 8.x.
The blog module does that by
The blog module does that by default.