Blog Posts List widget: How do you set the number of posts to display?

Blog Posts List widget: How do you set the number of posts to display?

This question has suggested answer(s)

How do we change the page size of the BlogPostList widget regardless if it's standard view or extended?  Right now, it's displaying 25 posts per page.  Can this be done by modifying the BlogPostList-xxx.ascx  ?

We're using TC5SP1.

 

Thanks.

All Replies
  • Yes, in the OnLoad method on the BlogPostList-xxx.ascx pages you can set the query.PageSize = _whatever_size_you_want_.