# 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
