Yes it is possible! You can do it a couple of ways:
You can have various blogs under one WordPress install which each use different categories. So for example, you have 3 blogs, each uses it's own template containing a loop which shows only posts from its corresponding category. So a blog about dogs only shows posts in the category 'dogs', the blog about bears only shows posts with category 'bears', and so on. When you write the posts you simply check the category you want the post to be in and it's then only shown on that blog's page.
Thank you Johnnyb, that helps a lot. So if I understand correctly the specific category would have to be set up within the each loop? Would this also allow separate archives for each category?
If you want full capabilities with each blog though, archiving and search etc, then it's probably best to set them up as separate blogs using that link I posted. It can be done using the first method but it takes a lot of custom coding.
Yes it is possible! You can do it a couple of ways:
You can have various blogs under one WordPress install which each use different categories. So for example, you have 3 blogs, each uses it's own template containing a loop which shows only posts from its corresponding category. So a blog about dogs only shows posts in the category 'dogs', the blog about bears only shows posts with category 'bears', and so on. When you write the posts you simply check the category you want the post to be in and it's then only shown on that blog's page.
Another way is to use separate installs: http://codex.wordpress.org/Installing_Multiple_Blogs
Hope that helps!
John
If you want full capabilities with each blog though, archiving and search etc, then it's probably best to set them up as separate blogs using that link I posted. It can be done using the first method but it takes a lot of custom coding.