How can I include Wordpress posts in a custom PHP file?

Posted by Joernsn on Stack Overflow See other posts from Stack Overflow or by Joernsn
Published on 2010-03-25T13:27:49Z Indexed on 2010/03/25 13:33 UTC
Read the original article Hit count: 433

Filed under:
|
|
|

This is what i want to do:

I want /summary.php to include 5 latest posts (only the extract) from my blog, which lives in /wp.

Is there any way to include Wordpress in /summary.php and only print the html for these posts? (Maybe i should parse the rss?)

© Stack Overflow or respective owner

Related posts about Wordpress

Related posts about php