"Hey Leo, something like this may be what you're looking for? (I'm attempting to paste the code as is. We'll see how that goes.) If the following code doesn't work, see http://codex.wordpress.org/Tem... for the appropriate info. Also, I've never used it, but I came across this page explaining how to do similar with two plugins: http://tinyurl.com/4drtkc
Thanks! You can twitter me /tollie if you want to reply as to if this works or not.
<?php
$lastposts = get_posts('numberposts=1=1');
foreach($lastposts as $post) :
setup_postdata($post);
?>
<h2><a href="<?php the_permalink(); ?>" id="post-<?php the_ID(); ?>"><?php the_title(); ?></h2>
<?php the_content(); ?>
<?php endforeach; ?>" - tollie williams