# 10 topics/posts on 1 page

**URL:** https://meta.discourse.org/t/10-topics-posts-on-1-page/231324
**Category:** Support
**Created:** [June 28, 2022, 9:28am UTC](https://meta.discourse.org/t/10-topics-posts-on-1-page/231324 "2022-06-28T09:28:23Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Juraj\_Štefánik](https://avatars.discourse-cdn.com/v4/letter/j/d78d45/32.png) [@Juraj\_Štefánik](https://meta.discourse.org/u/Juraj_%C5%A0tef%C3%A1nik)
#### Post date: [June 28, 2022, 9:28am UTC](https://meta.discourse.org/t/10-topics-posts-on-1-page/231324/1 "2022-06-28T09:28:23Z")

</div>

Hello,

When I want to see only 10 posts in the “latest” section, and when there will be more, create a new page 2/2 etc.

How can I do that, please?

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [June 28, 2022, 9:42am UTC](https://meta.discourse.org/t/10-topics-posts-on-1-page/231324/2 "2022-06-28T09:42:56Z")

</div>

AFAIK you can’t use pagination. It is just impossible with this design.

Pagination is not that good actually. People has used to use it because earlier it was the easiest solution, but it is not that handy. There is always need to click to get forward and most of people have tendency not to click, they never go further than one or max two sub-pages. Scrolling gives easier access to older content.

Why would you like to use pagination?

---

<div class="post-metadata">

### Author: ![Juraj\_Štefánik](https://avatars.discourse-cdn.com/v4/letter/j/d78d45/32.png) [@Juraj\_Štefánik](https://meta.discourse.org/u/Juraj_%C5%A0tef%C3%A1nik)
#### Post date: [June 28, 2022, 9:51am UTC](https://meta.discourse.org/t/10-topics-posts-on-1-page/231324/3 "2022-06-28T09:51:36Z")

</div>

In my work, they gave me such an assignment, so neither JavaScript nor it will work?

---

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [June 28, 2022, 10:04am UTC](https://meta.discourse.org/t/10-topics-posts-on-1-page/231324/4 "2022-06-28T10:04:56Z")

</div>

No, that won’t work.  
You can use the topics below to convince your boss that they gave you an impossible task.

> [@Is pagination possible instead of infinite scrolling?](https://meta.discourse.org/t/is-pagination-possible-instead-of-infinite-scrolling/116830/3):
>
> No, this is not possible, refer to existing discussions.

> [@Need to disable infinite scroll in home page](https://meta.discourse.org/t/need-to-disable-infinite-scroll-in-home-page/84883/15):
>
> No, this is not possible.

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [June 28, 2022, 10:06am UTC](https://meta.discourse.org/t/10-topics-posts-on-1-page/231324/5 "2022-06-28T10:06:20Z")

</div>

Well, Discourse is pure JavaScript so everything is possible 😉

Disclaimer — I don’t code.

To get pagination you have to load headers of all topics. Otherwise you can’t know if a topic would be on page2, 79 or 2298. But that order is not fixed as it would be on blogish sites, like WordPress.

Everytime somebody is commenting, there is auto bump etc. that order shall change. So you should build all sub-pages everytime when something happends. I’m guessing that is really expensive.

Plus unnecessary. What does an user get if she/he/it knows there is 26768 sub-pages?

As I said I don’t code. But I’m doing UX/UI/content creating and quite often I have to say to a customer that wanted thing is impossible or really bad idea.

So. What is the real need why you should build up pagination on latest?

---

<div class="post-metadata">

### Author: ![keegan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/keegan/32/383395_2.png) [@keegan](https://meta.discourse.org/u/keegan)
#### Post date: [June 29, 2022, 4:19pm UTC](https://meta.discourse.org/t/10-topics-posts-on-1-page/231324/6 "2022-06-29T16:19:37Z")

</div>

Don’y forget there is the awesome topic timeline. You can recommend to your boss to make more effective use of that. It gives a sense of pagination, as you can see it shows 1/5 posts for this topic.

 ![Screen Shot 2022-06-29 at 9.16.57 AM](https://global.discourse-cdn.com/meta/original/4X/1/8/2/18244e07ba36ccb46a374ba59a5f3d23bed5a668.png)
