Problems with WordPress 2.8 and WP Subdomains
A quick update.
There was a fairly key change in WordPress 2.8 to when wordpress creates the default Taxonomies. It now does it at a time after when my plugin first needs them. It would be nice to just change my plugin to do it’s work after this. However, the part of the plugin that needs to change themes depending on the subdomain needs to run early because of the way wordpress has been written.
I have created a ticket on the wordpress bug tracker explaining my problem and asking if the way they first initiate the themes can be delayed at all (http://core.trac.wordpress.org/ticket/10160). I’m not sure what the outcome will be of this, I haven’t looked into it enough to know how vital it is that the themes are initiated at that precise point.
My backup option is that I’m going to have to come up with some custom SQL to get around the problem for now. I should be releasing this fixed version of the plugin tomorrow.
I will keep my fingers crossed that my feature request is accepted and then I can go back to using the nice wordpress API.
Check back in the next 24 hours for a WordPress 2.8 compatible version of the plugin.
Tags: wordpress 2.8
1,390 views | 2 Comments

Good luck!!
glad to see you back buddy! is there any way we can sort out functionality with decategorizer? also I have a bit of code that you might like to play with. Generates a dynamic sitemap that is subdomain specific. Should fix issues with google webmaster tools getting irritated with subdomain URLs appearing on the main sitemap and vice versa. Has worked well for us.