How to limit number of words/post on my main blog page? I want to show 5 post in my main page and i want to limit the number of words to 150 for each post, can anyone teach me how to do it?
Just change the SQL code to limit the number returned and use a substring function to trim the length of the comments.... exact coding will depend on which db you are using (MySQL, MS SQL etc)