I'm looking to implement standard category terms across a network of multisite blogs.
The aim is:
- create a category on one blog (or the root blog), and it is created on all blogs
- each blog will have its own category URLs e.g. with a category called 'apples' it'd be test.example.com/categories/apples and on anothertest.example.com/categories/apples - only listing those posts on the appropriate blog.
I've seen there's a concept of global_terms in the code - I'm not sure if this is related or not, as I can't find a lot of documentation on this, or whether it's deprecated in 3.0.x. If this is what I'm looking for, can anyone provide an example?
Thanks,
Dan