Call Support:Direct: (214) 420-1337Toll Free: (877) 522-6334
Monday through Friday 8 a.m. to 6 p.m. Central (GMT-6)
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.
Yes, in the OnLoad method on the BlogPostList-xxx.ascx pages you can set the query.PageSize = _whatever_size_you_want_.