FREE block. Displays the creator’s name and optionally their avatar. Designed for use inside Query Loop card templates on archive pages.

Why use this
Archive grids typically show multiple actions in a card layout. The Stats Mini block provides a compact creator byline for each card without the overhead of a full profile component.
What it does
The block resolves the post ID from the Query Loop context, reads post_author and _get_fund_creator_anonymous, and renders the creator’s name. When showAvatar is enabled, a small WordPress avatar image is added. If showCreator is set to false, the block renders nothing at all.
Important: Despite the name, this block does not display any statistics or amounts.
How to use it
- Inside a Query Loop block set to the
get_fund_actionpost type, add the Stats Mini block. - Toggle Show Avatar on if you want an avatar alongside the name.
- Adjust font size, weight, and color in the inspector.
Settings and options
| Option | Type | Default | Description |
|---|---|---|---|
| Show creator | boolean | true | If false, the entire block renders nothing |
| Show avatar | boolean | false | Display a WordPress avatar image |
| Font size | number | 16 | Creator name font size in pixels |
| Font weight | string | normal | Creator name font weight |
| Text color | string | #333333 | Creator name color |
What you can and cannot do
- The block only shows the creator name and optionally an avatar.
- It does not show raised amounts, goal, or any other statistics.
- It supports Query Loop context.
- It does not expose an output filter.