Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I hav ea wordpress network running, what I'd like to do is create a plugin which detects when a new blog is created in the network then automatically adds a set of predefined categories to the blog.

Any ideas how I can do this?

share|improve this question

closed as too localized by toscho Feb 18 at 23:44

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

This seems like a complicated solution for an easy problem. I don't know of a plugin which currently does this.

Personally I'd just setup a new blog with those categories already created, export the data from the blog, then import it using the built-in WordPress tools. This should give you the categories you so desire.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.