hi there, Well I have a blog running on one of my sites.. where in the blog is running at www.mydomain.com/blog ... and at the homepage of my domain, that is, www.mydomain.com .. there is a static html page... so is there a way that i can insert a recent comments box (of my blog) on my static html page, that is, the homepage....??? I am using WordPress for blogging.... thanks in advance...
It doesn't sound possible as the static HTML does not even call the Wordpress loop. Unless you have a fancy bit of PHP trickery to do so. Maybe the Wordpress help forums may be of better help.
I use wpget for this. I call wpget like this: <?php include_once("/usr/local/www/data/fortliberty.org/wpget.php"); $wpget = new wpGet; #$wpget->dateformat = "d/m/Y \\a\\\\t H:i"; $wpget->showcredit = false; $wpget->getWordpressEntries(10, 200, true, true, true); ?> Code (markup):
thanks this really sounds helpfull... also checked the site and will think i will work for sure.. thanks again...