Merging Codeignitor with Wordpress
- by matthewb
I'm trying to utilize the power of wordpress to set up a blog on my site.
I got it to install fine, but when trying to use wordpress's functions in a CI view the functions are undefined.
http://codeigniter.com/forums/viewthread/48347/ I am following this.
I put the require('blog/wp-blog-header.php') in my index.php file(ci) on the root.
Any idea where I am messing up?