PRO block. Displays a summary card for the organisation linked to the current action. Block ID: get-fund/organisation-card.

Why use this
When a fundraising action is run on behalf of an organisation, visitors benefit from seeing that organisation’s identity, description, and overall fundraising track record alongside the individual action.
What it does
The block renders a card containing the organisation’s logo, name, description, website link, and aggregate statistics (total raised across all actions, total number of actions). Data is read from the organisation linked to the current action via _get_fund_organisation_id meta.
The Raised total sums the organisation’s top-level fundations using the same display total shown on the Fundation cards, so it includes campaign roll-ups (the individual fundraisers running under a campaign). Children joined to a campaign are counted once, through their parent, not twice.
The block supports Query Loop context, and is the lead element on the single organisation page.
Requirements
- Active Fundations Pro license
How to use it
- Add the Organisation Card block to an action page template.
- Toggle which elements to display in the inspector.
- Adjust typography and colors for each element.
Settings and options
| Option | Type | Default | Description |
|---|---|---|---|
| Show logo | boolean | true | Display the organisation logo |
| Show description | boolean | true | Display the organisation description |
| Show website | boolean | true | Display the organisation website link |
| Show stats | boolean | true | Display raised total and action count |
| Card border radius | number | 12 | Card corner rounding |
| Title font size | number | 16 | Organisation name font size |
| Title font weight | string | 700 | Organisation name font weight |
| Title color | string | — | Organisation name color |
| Description font size | number | 14 | Description font size |
| Description color | string | — | Description text color |
| Website font size | number | 14 | Website link font size |
| Website color | string | #009aa6 | Website link color |
| Stat value font size | number | 18 | Statistic number font size |
| Stat value font weight | string | 700 | Statistic number font weight |
| Stat value color | string | — | Statistic number color |
| Stat label font size | number | 13 | Statistic label font size |
| Stat label color | string | #666666 | Statistic label color |
What you can and cannot do
- The block requires an organisation to be linked to the action via
_get_fund_organisation_id. If no organisation is linked, the block renders nothing. - Organisation data is managed through the Fundations Pro admin, not through this block.
Troubleshooting
Block shows nothing: No organisation is linked to this action. Link one via the action’s admin edit screen (PRO meta box).