Hi all,

I'm a drupal newbie.

I'm working on a site that needs two blogs on the homepage. I'd like to be able to still create stories as normal, but specify which of the two blogs they go in.

Is this doable? Seems like it should be, but I'm having trouble figuring out how. I'm using Drupal 6.

Thanks
Hailey

Comments

jacobmn’s picture

You'll want to use the taxonomy module for categorizing the content (each category = a blog (or you can do this by user if you just need a blog per user)). Then use the Views module to display that information in blocks on the home page. This will take some learning on your part, but doing things the right way from the start will cause you less trouble down the road if you end up with a lot of blog posts that need to be recategorized later.

lovefaithswing’s picture

Thanks! I don't think the learning should be an issue, I just couldn't find a way to do it. But you answered that. :) Thanks