Arrg. Complainer was right, you can’t post code. Or at least I don’t know how to, although I think I’ve seen Mike do it. I’ll try again.
<div id=”content”>
<?php if ($posts) { foreach ($posts as $post) { start_b2(); ?>
<?php the_date(”,'<h2>’,'</h2>’); ?>
<h3 class=”storytitle”>
” rel=”bookmark”><?php the_title(); ?>
<span class=”meta”>” title=”Category: <?php the_category() ?>”>[<?php the_category() ?>] — <?php the_author() ?> @ <?php the_time() ?>
</span>
</h3>
<div class=”storycontent”>
<?php the_content(); ?>
</div>
<div class=”feedback”>
<?php link_pages(‘
Pages: ‘, ‘
‘, ‘number’); ?>
<?php comments_popup_link(‘Comments (0)’, ‘Comments (1)’, ‘Comments (%)’); ?>
</div>
<?php trackback_rdf(); ?>
<?php include(‘b2comments.php’); ?>
<?php } } // end foreach, end if any posts ?>
</div><!– content –>