> 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-query-results-summary.md).

# Ajax Query Results Summary

**Shows detailed pagination summary (e.g., "Showing 1-10 of 42 results").**

**Content Settings**

| Setting              | Description                                    |
| -------------------- | ---------------------------------------------- |
| **Query Name**       | Must match your Main Query                     |
| **Element Tag**      | HTML tag (div, span, p)                        |
| **Format Text**      | Use `%start%`, `%end%`, `%total%` placeholders |
| **Text: One Result** | Message for single result                      |
| **Text: No Results** | Message for no results                         |

**Design Settings**

* Layout: Margin, padding, background
* Typography: Text align, font settings, number styling

**Usage Example**

```
Format: "Results: %start% - %end% of %total% posts"

Page 1: "Results: 1 - 10 of 42 posts"
Page 2: "Results: 11 - 20 of 42 posts"
```
