On a non-Zen Site I made I was able to automatically display the most recent blog entry on the sites home page. Can I do this on Zen Cart? I'd prefer not to fully integrate the blog but rather just add something like this to the main page:
PHP Code:
<?php include('my_blog/headlines.php'); ?>
I've used both Nucleus blog and WP in this way and so can either would be fine.

Thanks!