DOCS

Stats Mini

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

Stats mini in loop

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

  1. Inside a Query Loop block set to the get_fund_action post type, add the Stats Mini block.
  2. Toggle Show Avatar on if you want an avatar alongside the name.
  3. Adjust font size, weight, and color in the inspector.

Settings and options

OptionTypeDefaultDescription
Show creatorbooleantrueIf false, the entire block renders nothing
Show avatarbooleanfalseDisplay a WordPress avatar image
Font sizenumber16Creator name font size in pixels
Font weightstringnormalCreator name font weight
Text colorstring#333333Creator 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.