I got following blog. www.football.blogpager.com There I don't want the whole post to appear on home page. Instead, I like a few lines of each post to appear with link to complete post. How do I do that? thanks for suggestions.
several ways. You can use a plugin like Excerpt Reloaded or you can go to your index.php file and change the "the_content" php call to "the_excerpt".
Go to your wordpress contol panel. Then go to options and sub heading that says Reading Go down to a bold heading called 'Syndication Feeds' Then there should be a title that says 'For each article, show: and there should be two options, summary or full post. Click summary. Then use this code <!--more--> and when you make a post add this to the HTML wherever you want the story to be cut off That should be the problem solved Hope it helps you