Merging Codeignitor with Wordpress
        Posted  
        
            by matthewb
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by matthewb
        
        
        
        Published on 2010-04-08T20:12:27Z
        Indexed on 
            2010/04/08
            22:33 UTC
        
        
        Read the original article
        Hit count: 327
        
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?
© Stack Overflow or respective owner