mal als beispiel, so ähnlich müsste das in deiner index.php deines themes stehen
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2>[url="<?php the_permalink() ?>"]"><?php the_title(); ?>[/url]</h2>
[size="1"]<?php the_time('F jS, Y') ?> [/size]
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<p class="postmetadata">Posted in <?php the_category(', ') ?> [b]|[/b] <?php edit_post_link('Edit','','[b]|[/b]'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
</div>
<?php endwhile; ?>
Alles anzeigen
schreib einfach ein <hr> vor
<div class="post" id="post-<?php the_ID(); ?>">
und ein <hr> hinter
[b]|[/b] <?php edit_post_link('Edit','','[b]|[/b]'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
</div>
dann hr entsprechend in der style.css noch formatieren