Forums

<?php the_excerpt(); ?> problem (3 posts)

  1. svenke
    Member
    Posted 1 month ago #

    in the category section of my blog i use the <?php the_excerpt(); ?> function.

    The text that is before the "more" tag in my post is showing up perfectly but the images that are before the "more" tag in my posts are not appearing.

    is there a way to use the <?php the_excerpt(); ?> and have the pictures displayed ?

  2. esmi
    Member
    Posted 1 month ago #

    Write a custom excerpt in the Optional Excerpt field, under the post edit box. It can be as short, or as long, as you wish and can include images.

  3. doc4
    Member
    Posted 1 month ago #

    svenke,

    Another option is to stop using the_excerpt and upload the limit-posts plugin. This helps to avoid writing the post twice.

    http://www.doc4design.com/plugins/limit-post/

Reply

You must log in to post.

About this Topic