> For the complete documentation index, see [llms.txt](https://docs.woohoo.dance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.woohoo.dance/ajax-filters/elements/ajax-filter-load-more.md).

# Ajax Filter Load More

**Button to load additional posts without full page navigation.**

Cannot be used with Infinite Scroll or Pagination on the same query.

**Content Settings**

| Setting           | Description                             |
| ----------------- | --------------------------------------- |
| **Query Name**    | Must match your Main Query              |
| **Button Text**   | Default text (e.g., "Load More")        |
| **Loading Text**  | Text while loading (e.g., "Loading...") |
| **Maximum Loads** | Limit clicks (0 = unlimited)            |

**Design Settings**

* Layout margin/padding
* Button style customization

**Behavior**

* Appends new posts below existing ones
* Button shows loading state during fetch
* Auto-hides when all posts are loaded
* Respects max loads limit if set
