I am using WordPress mu 2.9.2 and have the same category structure on all my blogs. How do I add categories to all my blogs simultaneously? Is there a plugin that does this effectively?
Leave a Reply
You must be logged in to post a comment.
I am using WordPress mu 2.9.2 and have the same category structure on all my blogs. How do I add categories to all my blogs simultaneously? Is there a plugin that does this effectively?
You must be logged in to post a comment.
You could write a script for that, here is something I wrote in Perl lately:
the prepared statements:
the prepared statements:
And use the queries above with some code around it (you need to check for blogs that already have some of the categories).
For MU only the blogs > 1 get a blog id in their table name:
So just loop through them.