Tagged: How to integrate Wordpress template with CodeIgniter

How to integrate WordPress template with CodeIgniter?

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.php file. Change the path to wp-blog-header.php as needed to...