views:

25

answers:

2

Hey Guys,

I'm looking for a tutorial on how to embed Wordpress into a webpage e.g a php page. I found one such tutorial about a year ago. I remember it split the pages into parts making the main require the rest, one of the requires was the blog posts on the wordpress. I'm looking for this tutorial or something similar. Basically I just want all of my blog updates appearing on a php file.

Thanks.

+1  A: 

Just grab the rss feed from your blog and parse it. That should be simple enough.

Byron Whitlock
This did occur to me but this particular tutorial did something more elegant than this allowing it to be expanded for additional functionality as far as I remember. Good reply none the less.
Ulkmun