<h3><?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<?php the_date(”,”,”); ?><br>
Entry #<?php the_ID(); ?> … “<?php the_title(); ?>”
<class=”storytitle” id=”post-<?php the_ID(); ?>”></h3>
That’s what I have. It IS enclosed in a h3 tag, so it should work, right?