Forums

how-to control the truncation of posts on archived pages (3 posts)

  1. nightfishing
    Member
    Posted 3 years ago #

    I upgraded to 2.7 and would like to know what controls the truncation of the posts.

    The posts seems to work with the "more" tag on the front page, but on the archived pages it is on auto-mode.

  2. nightfishing
    Member
    Posted 3 years ago #

    bump

  3. Justin Tadlock
    Member
    Posted 3 years ago #

    I'm guessing you're referring to excerpts. If so, you'd change this:

    <?php the_excerpt(); ?>

    To:

    <?php the_content(__('Continue Reading')); ?>
    <?php wp_link_pages("before=<p>".__('Pages:')."&after=</p>"); ?>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.