Is it possible to have a blog page show a list of items but paginate the list so that it shows, say, 10 at a time?
We’re doing a sort of educational web site in blog format and would like the user to be able to browse through all of the content in a particular category, but only in groups of 10 items.
I assume that you have created the main blog page with the ‘blog’ template. It displays as many posts of the type ‘item’ as you have defined under the tab ‘Blog Config’ → ‘Max Item Count’. The same maximum number of pages is also displayed if you display the posts by tag. Example:
Yes, but that is not what I am asking for. I am looking for a way to, for example, have 20 total item.md in the blog, and do a count of 6 so that six show up on the first page. Then have a “next page” or “more” button that shows me the next six. And another that shows me the next six, and then another that shows me the last two.
Maybe think of it like a page of items in a store. You don’t want to limit the customer to only seeing six items. You want them to see all your items, one page at a time, with six on each page.