I now need to make a Kohana 3 site have a Wordpress blog.
I\'ve seen Kerkness\' Kohana For Wordpress, but it seems to be the opposite of what I want.
Here ar
This is going to be extremely difficult, because of the way WordPress works. Specifically, it uses global variables all over the place, and because Kohana is scoped, you will not be able to access those variables.
Long story short: what you want is nearly impossible. However, if you get it working (without hacking WP), I would be really interested to see how you did it.