Forum Moderators: open

Message Too Old, No Replies

How to make pages show only summary of each post on WP blog?

         

jimmychuang

2:56 pm on Jun 25, 2008 (gmt 0)

10+ Year Member



Hi,

How to make pages show only summary of each post on WP blog?

Now my WP blog's pages show the whole articles of each posts.

I have use 'Reading Settings' to set blog pages show at most 2 posts. But I can not find where I can set each post only shows summary.

ergophobe

5:50 pm on Jun 25, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You have a number of options.

1. The normal way is to use the <!--more--> tag to differentiate excerpts from full posts. Only the bit before the "more" will show on the front page, category pages, etc.

2. You can amp this up with the Excerpt Editor Plugin [wordpress.org]

3. If you don't care about where they get cut, you can limit snippets to a set number of characters with the WP Limit Posts plugin [wordpress.org]

Any time you are limiting post length, make sure to check your RSS feed and any email subscription options you have. I've had it in one case where the part after the "more" was getting sent and the beginning of the post not any time I added a "more" break.