I am having a wordpress blog at http://thelazy.info/ . By default, only one post is displayed on the page. I want to increase the default content on the main page to 5-10 posts with a small ting of comments. Is there some plugin or setting to do that in buddypress/wordpress.
I can see several posts on your main page(6 total), please clarify what you mean.
Sorry, what? More details/clarification please. Would have liked to have posted this as a comment but i'm not sure if you can quote properly there.. (feel free to down vote if anyone feels this is a misuse of the answer). Based on the minimal information provided here's one possible solution. Show latest comment after each post on the index.Assumes .. put the following code.
Then, just before the closing part of the while loop, that's this part
NOTE: The div with the big border is just to make the box standout so you can see the result easily, remove or add to the code as you like and of course feel free to re-position it elsewhere inside the post loop if you like..(i assumed after the post was appropriate). Why did i use the comment walker?
Why did i set the walker before the while loop?
Hope that helps... :) |
|||||
|