Hi, I need use global tables. The problem is that categories of one blog link allways to the main blog in the network.
This can solve?
Thanks
Hi, I need use global tables. The problem is that categories of one blog link allways to the main blog in the network.
This can solve?
Thanks
This won't change if you're using global tables. However, it's easy via php to either create a new taxonomy or assign events to normal post categories you could do something like
http://codex.wordpress.org/Function_Reference/register_taxonomy_for_object_type
to assign normal categories to events to create a different taxonomy.
or you could just use register_taxonomy() to make a new taxonomy entirely.
You must log in to post.