Charitable Documentation

Learn how to make the most of Charitable with clear, step-by-step instructions.

Campaigns Shortcode

The [campaigns] shortcode allows you to display a collection of campaigns within your posts or pages.

Parameters

  • number: The number of campaigns to show. Set this to -1 to show all campaigns. Defaults to the number of posts you show on blog pages.
  • orderby: The order in which campaigns are displayed. Options include post_date, popular and ending. As of version 1.4, you can also use any of the options that WP_Query accepts. Defaults to post_date.
  • order: Change the direction in which campaigns are ordered. Accepts DESC or ASC. Defaults to DESC.
  • category: Only show campaigns within certain categories, identified by the category slug. Pass multiple category slugs as a comma separate list to include more than one category.
  • tag: Only show campaigns with certain tags, identified by the tag slug. Pass multiple tag slugs as a comma separated list to include more than one tag. Introduced in Charitable Pro.
  • creator: Only show campaigns created by a certain user. User must have their user ID passed.
  • exclude: Exclude specific campaigns by their ID. Pass multiple IDs as a comma separated list to exclude more than one.
  • include_inactive: Include campaigns that have expired by setting this to 1 or true. Defaults to false.
  • status: Filter campaigns by status. Options include active (only active campaigns), ended (only ended campaigns), or all (all campaigns regardless of status). This parameter takes precedence over include_inactive. Introduced in Charitable Pro.
  • columns: Choose how many columns you want to display the campaigns in. Supports any number between 1 and 4. Defaults to 2.
  • button: Choose whether you want to show a Donate button (the default), a read more link (button="details"), or nothing at all (button="0").
  • id: Show specific campaigns. You can provide a single number or multiple IDs as a comma separated list.
  • parent_campaigns: Only show child campaigns of the specified parent campaign IDs. Pass multiple IDs as a comma separated list. Introduced in Charitable Pro 1.8.5.
  • parent_only: Show only parent campaigns (top-level campaigns with no parent). Set to 1 or true to enable. This parameter takes precedence over parent_campaigns. Introduced in Charitable Pro.
  • description_limit: Limit the number of words displayed from the campaign description. Accepts any positive integer. Defaults to 100. Introduced in Charitable Pro.
  • responsive: Scale campaigns to a single-column layout on smaller screens. Set this to 0 to turn off the responsive behaviour, or specify a custom breakpoint with a px or em value. The default breakpoint is 768px.
  • masonry: Display the campaigns in a masonry layout (like Pinterest). Set this to 1 to enable the masonry layout. Defaults to 0.
  • pagination: Enable or disable pagination for the campaigns list. Set to true to enable pagination, false to disable. Defaults to false. Introduced in Charitable Pro 1.8.6.1.
  • pagination_position: Control where the pagination appears relative to the campaigns list. Options include top, bottom, or both. Defaults to bottom. Introduced in Charitable Pro 1.8.6.1.
  • pagination_prev_next: Control whether to show Previous/Next links in the pagination. Set to true to show these links, false to hide them. Defaults to true. Introduced in Charitable Pro 1.8.6.1.
  • pagination_first_last: Control whether to show First/Last page links in the pagination. Set to true to show these links, false to hide them. Defaults to true. Introduced in Charitable Pro 1.8.6.1.
  • pagination_mid_size: Control how many page numbers to show on each side of the current page. Accepts any positive integer. Defaults to 2. Introduced in Charitable Pro 1.8.6.1.

Usage

Default usage:

[campaigns]

Include expired campaigns:

[campaigns include_inactive=1]

Show 30 campaigns:

[campaigns number=30]

Order campaigns by the amount of money they have raised:

[campaigns orderby=popular]

Order campaigns by how soon they are ending (soonest to end is shown first):

[campaigns orderby=ending]

Only show campaigns within the “environmental issues” category:

[campaigns category=environmental-issues]

Only show campaigns with specific tags:

[campaigns tag=urgent,featured]

Only show campaigns by the user with ID 33:

[campaigns creator=33]

Display campaigns in 3 columns:

[campaigns columns=3]

Show a “read more” link for campaigns:

[campaigns button="details"]

Only display the campaigns with IDs of 33 and 44:

[campaigns id=33,44]

Show only child campaigns of parent campaign with ID 30:

[campaigns parent_campaigns=30]

Show only parent campaigns (top-level campaigns):

[campaigns parent_only=1]

Filter by campaign status (show only active campaigns):

[campaigns status=active]

Filter by campaign status (show only ended campaigns):

[campaigns status=ended]

Limit campaign description to 50 words:

[campaigns description_limit=50]

Turn off responsive styling:

[campaigns responsive=0]

Set a custom breakpoint of 600px for responsive styling:

[campaigns responsive=600px]

Enable pagination (4 campaigns per page):

[campaigns 
    number="4" 
    pagination="true" 
    pagination_position="bottom" 
    pagination_prev_next="true" 
    pagination_first_last="true" 
    pagination_mid_size="2"
]

Extra parameters added by extensions

Ambassadors

If you’re using Charitable Ambassadors version 2.0 or above, there are additional parameters you can use to filter which campaigns are shown:

  • parent: Show only the child campaigns of a specific parent campaign. This is an alias for parent_campaigns when using Charitable Ambassadors. Pass multiple IDs as a comma separated list.
  • fundraiser_type: Show only fundraiser campaigns of a specific type. Options include:
    • individual – Individual fundraisers for existing campaigns.
    • team – Team fundraisers for existing campaigns.
    • team-member – Team member campaigns.
    • fundraiser – Any campaign for an existing campaign or the organization.
    • personal – Any campaign for a personal cause.
  • fundraiser_type_not: Exclude fundraiser campaigns of a specific type. Pass multiple types as a comma separated list. Introduced in Charitable Ambassadors 2.1.0.
  • fundraise_button: If set to false, the Fundraise button will not be shown. Set it to your preferred button text if you would like to show the button. Defaults to false.
  • join_team_button: If set to false, the Join Team button will not be shown. Set it to your preferred button text if you would like to show the button. Defaults to false.

Usage

Show campaigns that are a child of the parent campaign with ID 30:

[campaigns parent=30]

Only show team fundraiser campaigns:

[campaigns fundraiser_type=team]

Only show personal campaigns:

[campaigns fundraiser_type=personal]

Exclude individual fundraisers:

[campaigns fundraiser_type_not=individual]

Show the “Fundraise” and “Join Team” buttons in the campaign grid:

[campaigns fundraise_button="Fundraise" join_team_button="Join Team"]

Geolocation

If you have Campaigns Geolocation installed, you can display campaigns on a Google Map, with some additional parameters:

  • map: Set to 1 or true to display campaigns on a map. Defaults to false.
  • width: Set how wide you want your map to be. This must be passed as a valid CSS width (400px, 100%, etc). Defaults to 100%.
  • height: Set how high you want your map to be. This must be passed as a valid CSS height. Defaults to 500px.
  • zoom: Set the initial zoom level you would like your map to display at. Defaults to auto, with the zoom level based on the pins that have been added to the map.

Usage

Display campaigns on a map width a width of 900px, height of 600px and zoom level set to 5:

[campaigns map=1 width=900px height=600px zoom=5]

Still have questions? We’re here to help!

Last Modified:

What's New In Charitable

View The Latest Updates
🔔 Subscribe to get our latest updates
📧 Subscribe to Emails

Email Subscription

Join our Newsletter

We won’t spam you. We only send an email when we think it will genuinely help you. Unsubscribe at any time!

Campaigns New

⏳ Campaign Countdown: Drive Urgency and Lift Donations

Urgency is one of the most powerful tools in fundraising! Meet Campaign Countdown—a live, real-time timer built to turn procrastination into immediate generosity.

What’s New:

⏱️ Live, Real-Time Urgency: Beautifully track days, hours, minutes, and seconds down to your campaign’s deadline w/ live-updating visual countdowns.

🎨 Tailored to Your Look: Choose between Boxed bordered tiles or a clean, single-line Inline display. Match your theme instantly with font and deep color controls.

🛠️ Place it Anywhere: Drop the countdown anywhere you like using the Campaign Builder field, a dedicated Gutenberg block, or a simple shortcode.

🚨 Smart Expiry Actions: Total control over the end state—choose to automatically replace the timer with a custom message, freeze it at zero, and more.

Improvement Migrations

↔️ Importing From GiveWP, Donorbox, GiveButter… even CSV!

Whether you’re migrating from another platform or consolidating your records, moving your data to Charitable is now faster and more flexible than ever. We’ve streamlined the process so you can bring over your entire fundraising history in just a few clicks.

🔄 Native GiveWP, Donorbox, & GiveButter Support: Switching from a major platform? Our dedicated migration tools handle the heavy lifting, automatically mapping your donors and donations directly into Charitable—no technical skills required.

📂 Universal CSV Import: Moving from a custom system or a specialized CRM? If you can export it to a CSV, you can import it here. Our smart mapping tool lets you align your columns to Charitable fields like names, emails, phone numbers, and addresses in seconds.

Instant Donor Profiles & Custom Tags: Automatically create rich donor profiles and bring in custom tags to keep your data organized. Segment and engage your supporters from day one with a clean, professional database structure.


Ready to make the switch?

Check out our GiveWP Migration Guide

Learn more about our Import Tools

Improvement Payments

💳 New Braintree Features For Your European Donors

With the release of Braintree addon version 1.3.0, you can now empower your European donors with the payment methods they trust and prefer, making giving seamless for international supporters.

🌍 Six New European Payment Methods: Support popular local options like iDEAL (Netherlands), Bancontact (Belgium), BLIK (Poland), and more to meet donors where they are.

⚡ Frictionless Donor Experience: These bank-based methods allow donors to authenticate directly with their own bank in a secure popup… no credit card numbers required.

⚙️ Automatic Currency Sync: No complex setup needed. The builder automatically displays the correct payment buttons based on your site’s currency (EUR or PLN), ensuring a relevant experience for every visitor.

Campaigns New

🖼️ Campaign Featured Images: Pro-Level Visuals Made Simple

With the new Campaign Featured Image setting in our visual builder, you now have a single, dedicated place to manage how your fundraisers look across your entire site and beyond.

🖼️ One Image, Everywhere: Set a primary thumbnail that automatically syncs to campaign grids, lists, and shortcodes—no more relying on layout order.

📱 Social Sharing Optimized: Easily upload images at the perfect size to ensure your campaigns look stunning and professional when shared on social media.

🔍 SEO & Accessibility Ready: Add custom alt text directly within the builder to improve search rankings and ensure your mission is accessible to every supporter.

Improvement receipts

🗓️ Annual Receipts 2.0: Send Year-End Receipts to Every Donor in Minutes

You can now send annual receipts in minutes with a few clicks to all your donors.

📧 One-Click Bulk Send Wizard that guides you to sending to hundreds of donors simultaneously directly from your WordPress dashboard.

🔍 Smart “Dry Run” Mode: See exactly who will receive a receipt and who will be skipped (and why) before a single email leaves your server.

🛡️ SMTP-Aware & Limit Protection: Charitable now detects your email setup and automatically adjusts batch sizes and pauses for daily limits to ensure your emails land in inboxes.

✅ Complete Audit Trail: Dedicated system log and on the individual donor’s profile, giving you a clear history for every fiscal year.

Stop dreading tax season and start spending that time on your mission. Update to Annual Receipts 2.0 and automate your year-end reporting today.