I expected to have “show more” button option for customFeed, as with repeater. Is this not possible, or am I overlooking something? I know it can be set to show all, but would like to limit number until viewer clicks “show more.” (I searched for earlier post on this, but didn’t find one.)
If you are creating custom feed by connecting Blog/Posts Collection to a repeater, it would be easier to use a pagination bar and data binding as described here .
You can, however, use the limitu[/u] and next() properties of data API. To learn more check out the pagination section in this article.