• I’m not sure if there is a plugin for what I’m looking for. What I want to do is have my main entry, and then below it, excerpts of my previous entry, with a link to read more. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • That’s not a plugin thing…
    It’s about editing your template file(s). What would be the “main entry”? Could you define it?

    Thread Starter fragmentsofself

    (@fragmentsofself)


    <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?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Previous posts’ is closed to new replies.