Thread Starter
hagu81
(@hagu81)
I want to do a script, where can delete the ‘hello world’ blog entries from different subblogs automatically.
How can i do this?
Thread Starter
hagu81
(@hagu81)
I habe found this solution
http://core.trac.wordpress.org/attachment/ticket/12648/wpmu-create-blog.patch
This works fine. The line Number of this patch is not the same, becouse it’s an older WP version
Why isn’t this fixed on wordpress 3.0?
Thread Starter
hagu81
(@hagu81)
There was a little misstake in my script. But a problem is still there.
When i try to create multiple blogs in one script, the first blog is being created.
But on all other blogs it doesn’t create an option table, comment table, links table, postmeta table, posts table, etc.
All blogs are in the ‘wp_blogs’ table.
Is there an other way to add multiple blogs with one script? The XML-RPC does not allow to create a blog.
Thanks for your Help