tags:

views:

17

answers:

0

I'm looking at using the multi-site feature of Wordpress 3.0 to build websites in a niche market.

I've got tons of stock content that clients can use to pre-load their site.

I'd like to be able to create a new site then "drop" all this content in.

I've been using Drupal which made this a snap as each client got a copy of a "seed" database.

How can I go about the same thing in Wordpress 3.0?

So far my thinking is that I'll have to create all the pages in a clean WP install then extract the SQL to insert the same content into my production WP install...editing the foreign keys each time to assign the content to a specific "site".

Hoping there's a better/easier way...