I'm fortunate to have Jayson Knight in my Outlook Contact list who pinged me the other day about changing the number of posts displayed on a blog homepage. Jayson is a CS Heavyweight whose done some impressive work with the package and motivated me to dig back into the CS 1.0 source to remember where I changed it. The way I updated it was to change the public PageSize property in the Components.BlogThreadQuery class. You'd think it would be a admin setting or something more accessible, but the BlogThreadQuery.PageSize property update is what I've found to work. I've been wanting to reduce the number of blog homepage posts from 20 to 10 to improve performance, which is what I did this afternoon. Thanks, Jayson!
On a sidenote, I'm still sticking to a CS 1.2 migration plan where I can get back into ScottW's excellent code and see what he and some of the new Telligent Young Bucks have been creating, which I'm sure will be enlightening and a pleasure to mod. I'll live with my antiquated CS 1.0 until then.