Modded Xbox - Property Search - Online Advertising - Remortgages - Auto Loans

PDA

View Full Version : How To Reduce The Size Of Posts Shown On Blog...


bad_bob00
Jan 29th 2008, 6:17 am
Hi there,

On my blog whenever I make a post it is shown full length on my blog. What I want is that the blog shows a paragraph or so, and allows the reader to click the post title to be able to read the article in full.

Does anyone know how this is done?

I looked in Wordpress under the options but couldn't really find anything.


Would appreciate any help :)

Thanks. Matt

mann3r
Jan 29th 2008, 6:45 am
when you write the post there is a button saying read more, click that anywhere on the post you would like it to appear, or use <!--more--> under code (not Visual) when you write

just-4-teens
Jan 29th 2008, 9:53 am
you can use the more tag or use optional excerpts, the second gives you more control but requires you to use the_excerpt instead of the_content in your theme.

http://codex.wordpress.org/Template_Tags/the_excerpt

bad_bob00
Jan 29th 2008, 10:29 am
Thanks guys, problem solved :)