You could install WordPress MU (http://mu.wordpress.org/). This would allow you to setup blogs using subdomains, but all on the same domain. Ex:
blog1.domain.com
blog2.domain.com
etc.
Another option is to install them in different subdirectories such as
http://www.domain.com/blog1
http://www.domain.com/blog2
etc.
But wouldn’t both those options create a second site with separate pages? The point is to have a single site that simply has two separate blog pages.
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
You can either have two seperate blogs, one for Harvey and one for John or they can share one blog.
If you share one blog then the category and tags will be shared too. Since it sounds like you want them to be separate (maybe, I’m unclear what you want to accomplish).
Different authors can be referenced via BLOG-URL/author/harvey/ and BLOG-URL/author/john/. The top level BLOG-URL will show both authors posts.
If they have separate blogs then their will be two URLs, two sets of database tables, etc. one for each site.
What I am going for is the same pages and theme but separate categories and what not.
so you want separate categories and separated post author?
So far I know, I don’t think you can do it in one installation. What you can do is do multiple installation and blend them using same theme.
The same when using MU version of wordpress with same theme for every each blog…
Although I haven’t been able to figure out exactly how to implement this on my own site, I’ve found something that seems to do what you’re needing. Take a look at this tutorial and the results in this demo blog. Hope that helps. If you’re able to get this working I’d appreciate some tips. 🙂
Hi,
Either you can install wordpress of different directory of your domain or use Multi User WordPress:
http://mu.wordpress.org/
Thanks.
Shane G.
There isn’t a built it way to do this, however, you can accomplish this with a little change to a blog template.
Here is what to do:
What this does is display any post where the category of the post and page name are identical. In theory, if you had two blogger who wanted to share a post you could select both categories and the post is shared in-between them. I find this nice simple solution to cross referencing products by manufacture, usage, etc… pages.
Let me know if it worked for you! dereka@infinite3.com