What is the best way to have multiple blogs on one site? I am not talking about Multisite.
What I want is one website with 5 blogs. All accessible from one menu and editable from one backend, I could use categories, though I am looking for something else. Multisite would take a lot of tweaking.
If you don’t want to use Multisite, yet still want to have multiple blogs with a common backend, another idea is:
Of course, this would require quite a bit of tweaking too. Multisite might be less work.
install WP3.0, use the mulisite feature and create a template in the first blog. This template has different loops and switch in each blog and use the content in the loop; use function switch_to_blog() for switch and then use default wp_query()
Also you can use import via RSS, maybe with plugins, maybe RSSimport, or own source
If you want to have multiple blogs “on one site”, do you mean each having a separate page? If so, you should create a network using subdirectories.