FREE block. Displays a table of all fundraisers who have joined a campaign via the _get_fund_campaign_id meta relationship.

Why use this
This block gives visitors a complete list of everyone fundraising under a campaign, with their raised amounts, making the collective effort visible.
What it does
The block queries get_fund_action posts where _get_fund_campaign_id equals the current post’s ID. It renders a styled HTML table with columns for the fundraiser’s name (linked to their action), optionally the creator’s name, and the amount raised. The result is capped at 100 rows. Currency symbol is hardcoded to €.
Important distinction from Child Actions: This block uses the _get_fund_campaign_id meta relationship. The Child Actions block uses WordPress post_parent hierarchy. These serve different structural setups and are not interchangeable.
This block does not support Query Loop context.
How to use it
- Add the Campaign Members block to a campaign page template.
- Set custom column headings if the defaults do not match your language.
- Toggle the creator column on or off.
- Adjust font sizes and colors in the inspector.
Settings and options
| Option | Type | Default | Description |
|---|---|---|---|
| Post ID override | number | 0 | Force a specific post ID |
| Show title | boolean | true | Display a heading above the table |
| Custom title | string | — | Override the default heading |
| Show creator | boolean | true | Show the Creator column |
| Name heading | string | — | Custom label for the name column |
| Creator heading | string | — | Custom label for the creator column |
| Amount heading | string | — | Custom label for the amount column |
| Name color | string | #2271b1 | Member name link color |
| Name font size | number | 15 | Member name font size |
| Name font weight | number | 500 | Member name font weight |
| Amount color | string | #00a32a | Amount text color |
| Amount font size | number | 16 | Amount font size |
| Amount font weight | number | 600 | Amount font weight |
| Title font size | number | 20 | Heading font size |
| Title font weight | string | 700 | Heading font weight |
| Title color | string | #1d2327 | Heading color |
| Show border bottom | boolean | false | Divider line below each row |
| Border bottom color | string | #e0e0e0 | Divider color |
| Border bottom width | number | 1 | Divider thickness |
What you can and cannot do
- A maximum of 100 rows is loaded. There is no built-in pagination beyond that.
- Currency symbol is hardcoded to
€. - The block does not support Query Loop context.
Troubleshooting
Table shows no members: No actions have been created under this campaign using the wizard’s campaign join flow. Members must have _get_fund_campaign_id set to this post’s ID.