Yep, that’s the article I mention in the post.
I’m unsure how to change the existing code [below] to include the post_class tag [being a complete novice with PHP].
<h2 class="posttitle"><a href="<?php the_permalink(); ?>">
<?php the_title(); ?>
</a></h2>
steve