I have spent most of today searching everywhere for an answer to this question. I have tried the support sections at WP, google, different plug-ins and I am just plain frustrated. I would appreciate any help here or at least be pointed in the right direction to find the answer. On the home page of my site (blog), it prints my whole article and not just a snippet. I want only the first 3 or 4 lines to show and then you go to the page to the read the whole post. So for instance whether I set it up to post 3 posts on the homepage or 15, it still shows the whole article. I just want an intro basically to show. What is everyone else doing?
You need to break your post where you want using a <!--more--> tag , but when you use a more tag it also shows up in your rss feed, so you might also want to check out the plugin Full Text Feed it removes the tag from your feed. Good luck
Oh my gosh - that is so simple and it actually works - lol - I am very appreciative. The interesting part is it actually fixed another question I had. I wondered how to get the word "more" in my posts without hard coding it. And then I wasn't sure where it would break each post so now I have the answer to that question as well.
Thats d complete solution. Also you can customize the more tag to display custom text besides default read more http://codex.wordpress.org/Customizing_the_Read_More http://faq.wordpress.net/view.php?p=59