mayiced
Member
Posted 3 years ago #
I have a WordPress blog and a website both are hosted on the same server. The WordPress blog sits in it's own folder and I want to show the blog's "Recent Post" on the website. Is this possible, if so how can I go about doing this?
If this is not possible, is there a plugin that I can use to grab the "Recent Post" from my WordPress blog and show them on my website?
Thanks
mayiced
Member
Posted 3 years ago #
copy the link of your recent posts then link it to your static website! that's it!
disneymaniac
Member
Posted 3 years ago #
You could also use magpie rss that uses php to display a rss feed on a php page.
See http://codex.wordpress.org/User:Jalenack/Integrating_Wordpress_into_an_Existing_Site as well. Not what I was looking for as I would like to load post onto a website on a secondary server, but for you it seems a fit with some script adjustments.