How to create a new category from one blog into another.
-
Workflow:
From mother blog
List blogs owned by current logged in user
User selects a blog
Check selected blog for category “example”
If category “example” does not exist ask user if they would like us to create it for them
If yes fire function to create itI’ve found a couple functions that look promising like wp_insert_category() and wp_create_category() but they don’t seem to accept any sort blog ID argument I would need.
Any ideas how I might accomplish this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to create a new category from one blog into another.’ is closed to new replies.