Embedding entire blog into existing page with PHP include?
-
Before you roll your eyes, I have searched extensively on this topic. I have found lots of information on how to turn off the template and include X number of posts using a query, and so forth. That’s not what I’m after.
I currently embed my blog into an existing page using an iframe. I would like to stop doing that, both to transition my site into XHTML Strict and because iframes don’t get crawled by search bots. I’m using a much simplified template that works very well in its enclosed form.
What I want is the same display I now have: the entire blog, sidebar, header, content, footer, template style, everything, just bracketed inside the fixed-size div element I have set aside for it currently as an iframe. I have yet to find any information on how to accomplish that specific task. Simply doing a PHP include on the index.php of the blog doesn’t appear to work.
Many thanks in advance.
- The topic ‘Embedding entire blog into existing page with PHP include?’ is closed to new replies.