> For the complete documentation index, see [llms.txt](https://ctracker-docs.keywordrush.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ctracker-docs.keywordrush.com/putting-it-on-your-pages/widgets.md).

# Widgets

Two classic widgets, for themes with widget areas.

| Widget               | Shows                        |
| -------------------- | ---------------------------- |
| **Cashback shops**   | A compact grid of shop tiles |
| **Cashback coupons** | A one-column list of coupons |

Both appear under `Appearance` → `Widgets`.

### Cashback shops

| Setting                     | Notes                          |
| --------------------------- | ------------------------------ |
| **Title**                   | The heading above it           |
| **Number of shops to show** | How many                       |
| **Sort** / **Order**        | Newest, name, rate or rating   |
| **Include** / **Exclude**   | Shop page ids, comma separated |
| **Columns**                 | Usually 2 in a sidebar         |

Each tile carries the shop's **logo, name and cashback rate**. A shop with no logo shows its name in the space the logo would have taken, so the column stays aligned.

### Cashback coupons

| Setting               | Notes                                                |
| --------------------- | ---------------------------------------------------- |
| **Title**             | The heading above it                                 |
| **Number of coupons** | How many                                             |
| **Shops**             | Restrict to particular shops, or leave blank for all |
| **Sort** / **Order**  |                                                      |

The widget uses the compact card: the discount, the title and the button stacked rather than in a row. It shows no *Recently expired* section — a sidebar has no room for one.

### If your theme has no widget areas

Block themes generally do not. Use the [blocks](/putting-it-on-your-pages/blocks.md) instead — the Shops block's *Compact* layout and the Coupons block's *Compact* layout are the same two things, placed in the editor.

Or a [shortcode](/putting-it-on-your-pages/shortcodes.md) in a Text block:

```
[cashback-shops type="widget" limit="6" cols="2"]
[cashback-coupons template="compact" limit="4"]
```

### Related

* [Blocks](/putting-it-on-your-pages/blocks.md)
* [Shortcodes](/putting-it-on-your-pages/shortcodes.md)
