How can CodeIgniter and WordPress be integrated such that the look and feel/template of
the WordPress blog is carried over to the CodeIgniter-created pages?
How can CodeIgniter and WordPress be integrated such that the look and feel/template of
Share
First step is to move CodeIgniter and the WordPress files in their own directory.
After that, put the following line at the top of your CodeIgniter’s
index.phpfile. Change the path towp-blog-header.phpas needed to point to your WordPress’s root directory.Then, you can use the following functions inside your views:
Other helper functions can also be found in WordPress’s documentation which can
assist you in integrating the design.