How I can load WordPress page in Codeigniter without using iframe

Hi I am trying to load a single page of my WordPress site into a Codeigniter project. But without using iframe. Is it possible?

Related posts

1 comment

  1. Ajax call into particular div element ? Or html object tag.. ?

    <object style="(width and height in pixels)" type="text/html" data="http://my-wpsite.com" typemustmatch="typemustmatch"> 
      <param name="data" value="http://my-wpsite.com"> 
      Object unavailable at this moment.
    </object>
    

Comments are closed.