• Recently I find that my wordpress cannot use the summary function. It means that whatever I choosed “Full text” or
    “Summary” I can only see the full text on my blog.

    And weeks ago I can use it normally.
    Somebody Help with this problem,thanks.

    my email:410swan@gmail.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • The “summary” option is only for RSS feed readers.

    If you want your main page to only show a portion of your posts, either 1) insert the <!--more--> tag where you want the post to break, or 2) edit your theme’s index.php to use:

    <?php the_excerpt(); ?>

    instead of

    <?php the_content(); ?>

    If

    Thread Starter 410swan

    (@410swan)

    got it,thanks a lot

    Thread Starter 410swan

    (@410swan)

    got it,thanks a lot

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wordpress-1.5.2 summary option error’ is closed to new replies.