Is there a way to import recent comments to a static page? I have a blog running on part of my site but the main part of the site is in html and I need to show the last few comments on the main page. Is there a way (an easy way preferably!) to do this? Thanks, Jez.
I'm sure it can be done. Unfortunately, I can't point you to any script or plugin. If you are lucky, you might find a script that can get comments directly from the Wordpress database. There might also be a Wordpress plugin that outputs comments to an XML file that can be imported into a webpage. You could also make a page in Wordpress that has only recent comments which could be loaded into an iframe.