tags:

views:

29

answers:

1

Hi,

So i have almost working CI +WP.

In my CI views i am able to put some basic WP functions. But the link to the actual post goes to the WP folder. Here i would like to recreate the website look and feel.

So i was wondering how i could load->view header, footer etc from CI in WP

A: 

I'd start by taking a look at Dipping Into CodeIgniter

Zack
I don't mind the down vote if you give a reason. Using Dipping into CodeIgniter does exactly what you are asking, but giving you access to the CodeIgniter super object. That will allow you to use `$this->load->view('whatever')`
Zack
hi zack, i didn't give you a down vote. tx for your reply i a going to take a look
alex