That’s not a plugin thing…
It’s about editing your template file(s). What would be the “main entry”? Could you define it?
<h5><img src="http://fragmentsofself.com/images/entry.png" alt="Post" /><?php the_time("m.d.y") ?> -- <?php the_title(); ?></h5>
<div class="categories">
Filed under <?php the_category(', ') ?></div>
<div class="content">
<?php the_content(); ?>
<div class="commenters"><?php mdv_comment_plugger('<b>Comments by:</b> ', 200); ?></div>
</div>
That’s my “main entry”.
What I’m trying to do is setup my main index page as follows:
The most recent entry (focus entry) is shown as full text.
The second and third entry – I would like them to automatically be written as an excerpt, once the focus entry is published.
Without having to edit the previous entries manually by adding a more link, is it possible to do this with a plug-in, and does one exist?