# Load More Button

**URL:** https://meta.discourse.org/t/load-more-button/402049
**Category:** Theme component
**Created:** [May 1, 2026, 10:41pm UTC](https://meta.discourse.org/t/load-more-button/402049 "2026-05-01T22:41:15Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [May 3, 2026, 4:05pm UTC](https://meta.discourse.org/t/load-more-button/402049/9 "2026-05-03T16:05:39Z")

</div>

> [@RGJ](#):
>
> > [@mcmcclur](#):
> >
> > Nonetheless, the “Load more” button appears, which it shouldn’t.
> 
> The button merely exposes a bug in core where `DiscoveryTopics` [does not pass](https://github.com/discourse/discourse/blob/5dd238174dc3aeba121fca185ebd1981b2803c23/frontend/discourse/app/components/discovery/topics.gjs#L277) the `canLoadMore` model property to the `LoadMore` component. Unfortunately this is not something that can be handled in this theme component

Couldn’t they use some CSS to hide the button on the landing page for logged out users? For their use case?

I can appreciate this idea couldn’t be made part of the component directly as other sites have more than 5 topics display without a sign up.

Awesome component for the infinite scroll discussion as a fix.

---

_[View the full topic](https://meta.discourse.org/t/load-more-button/402049)._
