FREE block. Displays how many days are left until the action’s end date.

Why use this
A visible countdown creates urgency. It is especially useful on campaigns with a hard deadline.
What it does
The block reads the end_date meta from the action and calculates the number of days remaining. If no end date is set on the action, the block renders nothing. It supports Query Loop context.
How to use it
- Add the Days Remaining block.
- Make sure the action has an end date configured (set when creating or editing the action).
- Adjust label text, font styles, and alignment in the inspector.
Settings and options
| Option | Type | Default | Description |
|---|---|---|---|
| Show label | boolean | true | Display the label above the number |
| Label text | string | “Days Remaining” | Custom label text |
| Alignment | string | left | left, center, or right |
| Font size | number | — | Value font size in pixels |
| Font color | string | — | Value text color |
| Font weight | string | — | Value font weight |
| Label font size | number | — | Label font size |
| Label font color | string | — | Label text color |
| Label font weight | string | — | Label font weight |
| Post ID override | number | 0 | Force a specific post ID |
What you can and cannot do
- If the action has no end date, the block renders nothing (no empty container is output).
- The block does not automatically hide itself when the end date has passed; it shows a negative or zero count. Consider combining it with the Campaign Closed Notice in your template.
- The block supports Query Loop context.
Troubleshooting
Block appears empty: The action has no end date set. Add one in the action admin.