TerrenceMcGaumont
Member
Posted 7 years ago #
Hi,
I have a nice php-page - and would like to insert the blog-entries written in wordpress into that page. The page is located at something like
http://www.my-page.url , wordpress is located at http://www.my-page.url/wordpress . Is there any possibility to use wordpress as a background blog system for an existing php-page?
Cheers, Ter
massive
Member
Posted 7 years ago #
Anyone?
Im curious about the same thing. Im still trolling forums for an answer. I'd like to include a post via php from OUTSIDE the wp file structure and can't get it to work.
Do a search for The_Loop. Lots of threads addressing this. You'll have to include a call to (someone will correct me if I get this wrong) wp-blog-header.php in the head of your doc I think, but I've only ever done this sort of thing with CG-feedread, so I'm not positive.
And you can search for CG-feedread too for another way to handle this.