Charitable Documentation

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

Charitable Tributes Guide

Requires: 

  • Charitable Pro 1.8.16+
  • Charitable Tributes 1.0.0+

Some of the most meaningful gifts your nonprofit will ever receive are made in someone’s name. A donor gives in memory of a parent, in honor of a friend’s recovery, or on behalf of a couple celebrating a milestone. Charitable Tributes captures that intention right on the donation form, then does something most donation plugins cannot: it remembers the person being honored.

Every honoree becomes a real record in your dashboard, with running totals, the donors who gave, and the family you can keep in the loop. It all runs inside WordPress, alongside the forms and reports you already use, with no separate subscription and no per-donation fees.

This guide is the starting point. It explains the core idea, gets you installed, and gives you a tour of the Tributes dashboard so you know where everything lives. From here you can follow the links to the deeper how-to pages.

The one idea to understand first: tributes vs. honorees

Almost everything in this addon makes sense once you understand the difference between a tribute and an honoree.

  • tribute is the dedication a donor adds to a gift, such as “In Memory Of.” It belongs to a single donation.
  • An honoree is the person being honored. Tributes stores each honoree as its own record.

So when ten people give in memory of the same person, you do not get ten disconnected donations. You get one honoree with the full picture: the total raised in their name, every donor who gave, the messages left for them, and the family contacts you choose to keep. This is what sets Charitable Tributes apart from a simple “is this a tribute? yes/no” checkbox.

What you can do with Tributes

  • Add a tribute option to any donation form, with “In Memory Of,” “In Honor Of,” “On Behalf Of,” and your own custom tribute types.
  • Keep honoree records with photos, dates, totals, donor history, and family contacts.
  • Launch a dedicated tribute campaign in under two minutes with the guided setup wizard.
  • Automatically notify a loved one with a tribute e-card when a gift is made.
  • Build beautiful memorial and tribute pages with six dedicated blocks.
  • Turn a one-time tribute into an annual gift on a date the donor chooses.
  • Include a tribute section on donation receipts and PDF receipts.
  • Track everything with a Tribute Donations report and an Honoree Leaderboard.

Requirements

  • WordPress 6.2 or later
  • PHP 8.0 or later
  • Charitable with an active Charitable Pro license (latest version recommended)
  • Charitable Recurring Donations, for annual tribute giving (optional)
  • Charitable PDF Receipts, for the tribute section on PDF receipts (optional)

Installing and activating Tributes

Tributes installs like every other Charitable addon.

  1. In your WordPress admin, go to Charitable » Addons.
  2. Find Tributes and click Install, then Activate. If you downloaded the addon as a ZIP, you can also install it from Plugins » Add New » Upload Plugin.
  3. Once active, a new Tributes menu appears under Charitable in your admin sidebar.

That is all the setup required to start. The addon ships with sensible defaults, so you can create your first tribute campaign right away and adjust settings later.

A tour of the Tributes dashboard

Open WordPress Admin » Charitable » Tributes and you will land on a tabbed dashboard. Here is what each tab is for.

TabWhat it is for
OverviewYour home screen. Headline numbers for amount raised, gifts, donors, and honorees, plus recent activity.
DirectoryEvery tribute campaign on your site, searchable and filterable by tribute type, template, status, and date range.
HonoreesThe honoree directory. Browse every honoree, see totals at a glance, and drill into any record.
ReportsTribute-specific analytics, including the Honoree Leaderboard ranked by amount raised or number of gifts.
TemplatesThe ready-made starting points the setup wizard uses, such as In Loving Memory and In Lieu of Flowers.
SettingsEverything you can configure: the donation form, integrations, emails, e-cards, and custom fields.

To start a new tribute campaign from anywhere in this area, click the New Tribute Campaign button at the top of the page. That opens the setup wizard described in Creating Tribute Campaigns.

Where to go next

Tributes is a large addon, so the documentation is split into focused guides. Pick the one that matches what you want to do:

A typical first run

If you would rather just dive in, here is the path most organizations take:

  1. Activate Tributes alongside Charitable Pro.
  2. Click New Tribute Campaign and follow the wizard to create your first dedicated tribute page, or turn on the tribute option for an existing campaign.
  3. Share the page, or let donors find your existing form. Donors choose a tribute type, name the honoree, and add a personal message.
  4. Tributes creates the honoree record and, if a recipient was named, notifies the family automatically.
  5. Track totals, donors, and messages from the Tributes dashboard.

Developer reference

The rest of this page is a quick orientation for developers. The full hook, REST, and template reference lives on the Settings, Integrations, and Developer Reference page.

Boot and version

  • Text domain: charitable-tributes (translations load from i18n/languages/).
  • Version constant: CHARITABLE_TRIBUTES_VERSION.
  • The addon boots on Charitable’s charitable_start action and fires charitable_tributes_init once its container is ready, passing the container object. This is the safest hook to attach your own services to.
add_action( 'charitable_tributes_init', function ( $container ) {
    // The addon is fully loaded. Register your extensions here.
} );

Post types

Tributes registers two public custom post types:

Post typePurposeURL base
tribute_campaignA dedicated tribute or memorial page./tribute/{slug}/
charitable_honoreeAn honoree record (a person, pet, or cause being honored)./tribute/{slug}/ (filterable)

The honoree URL base is filterable:

add_filter( 'charitable_tributes_url_base', function () {
    return 'in-memory-of';
} );

Custom tables

Three custom tables back the CRM features. You rarely query these directly, but they are documented in the Developer Reference:

  • wp_charitable_honoree_donations – one denormalized row per gift, linked to an honoree.
  • wp_charitable_honoree_family_contacts – family member contact records.
  • wp_charitable_honoree_totals_cache – cached per-honoree totals.

Helpful Links

🤝 Get help when you need it

Connect with Customer Support →  

📑 Find the guide you need

Browse the Documentation Hub →  

⬇️ Download proven strategies, campaign ideas, and expert tools
Get the Fundraising Kit →  

💸 Get Free Fundraising Resources
Head to the Charitable Fundraising Hub

🤔 Got questions about Charitable?
Charitable FAQs

Need help understanding non-profit terms and jargon?
See our Non-Profit Glossary

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!

recurring donations updated

💳 Introducing Card Updates: Fix Expired Cards Without Losing Subscriptions!

newExpired or updated credit cards are one of the biggest silent leaks in recurring fundraising. With Card Updates in the Recurring Donations extension, donors can now refresh their payment details directly—keeping their subscription, schedule, and giving history completely intact.

No canceled plans, no lost history, and zero administrative headache for your team.

What’s New:

⚡ 30-Second Self-Service: Donors get a dedicated “Update Card” button in their dashboard that opens Stripe’s secure, PCI-compliant Customer Portal to update card details instantly.

🔒 Scoped & Safe Access: Scoped exclusively to card updates by default, donors can’t accidentally cancel or alter their plans from inside the portal, keeping your webhooks and data in sync.

🤝 Admin-Assisted Support: Helping a donor on the phone? Open their secure Stripe portal in one click from your admin screen or generate a single-use update link to email them.

📋 Automatic Audit Trail: Every payment method update is recorded automatically with a timestamp in both system-wide logs and the individual donor’s profile.

Ready to protect your recurring revenue? Get the Plus or Pro plan and update Recurring Donations to 2.3.0+ and enable “Update Payment Method” under your Settings today!

Integration page builder

Divi Fans Rejoice! Native Divi 5 Campaign Progress Bar Module!

With our new native Divi 5 module, you can anchor your microsites with real-time fundraising stats directly on the visual canvas. Here’s how it works, and why it’s worth turning on today.

Create campaign updates that are VISUAL AND LIVE. You can also:

📊 Campaign Progress Bar: Drop a live progress bar into any Divi 5 layout and show goal progress in real time.

🎨 Deep styling controls: Easily customize the bar and track color, height, and radius to match your brand perfectly.

👁️ Visual Builder ready: Configure and preview everything directly on the Divi canvas as a first-class module.

🔁 Identical rendering: The same exact engine powers this module, meaning consistent design without legacy shims.

✅ Faster launches: Never leave the Divi 5 interface to configure shortcodes or guess how your goal labels will look.

Learn more here.

Integration page builder

👉🏻 New in Charitable: Native Elementor Widgets for Seamless Campaign Building

With native Elementor widgets, you design donation campaigns right alongside the rest of your page without touching code. Here’s how it works, and why it’s worth turning on today.

Create fundraising pages that are VISUAL, NATIVE, AND SHORTCODE-FREE. You can also:

⚡ Mini Donation: Add a compact, high-converting donation widget with preset amounts and full color control.

⏳ Campaign Countdown: Build urgency for a deadline-driven appeal, complete with optional confetti when the goal is hit.

📣 Donation Feed: Prove momentum by showing visitors the social proof of real people giving right now.

🏆 Donor Leaderboard: Celebrate top supporters with gold, silver, and bronze styling to spark friendly giving.

🖼️ Campaign Showcase: Feature multiple campaigns in a landing page grid or carousel, with search, filters, and badges.

Learn more here.

Addon New

🗒️ Custom Receipts… New Addon!

With Custom Receipts, you decide which page your donors see, on every campaign. Here’s how it works, and why it’s worth turning on today.

Left side shows a donation receipt with donation number, date, total, and payment method for a  gift to Anywhere, titled 'One Family Gets Clean Water For A Week.'

Create receipts that are CUSTOM TO THE DONOR OR CAMPAIGN. You can also:

📅 Year-end appeal: Reinforce the goal and invite donors to share while momentum is high.

🎗️ Memorial or tribute campaign: Give a gentle, respectful thank-you that fits the moment.

💎 Major gifts: Show a special message only to donors who give above a threshold.

🔁 Recurring growth: Invite one-time donors to become monthly supporters right on the receipt.

🌍 Global campaigns: Surface a country-specific note, like a Gift Aid reminder, only where it applies.

Learn more here.

New templates

🤩 New Beacon Campaign Templates w/ “Hero” Block!

With the new Beacon Campaign Templates for Charitable Pro, you can launch a stunning, full-width fundraising page that instantly captures visitor attention above the fold.

Fundraising page header for Save Maple Grove Park with a donation widget and a small square photo of a sunlit tree thumbnail on the left.

🔦 Above-the-Fold Impact: Lead with a full-width hero image, your logo, and your goal with a donation widget locked right on top of the banner so your ask and momentum register instantly without scrolling.

📐 Two Flexible Layouts: Choose between a structured two-column layout for side-by-side storytelling and supporting details, or a clean one-column view designed for uninterrupted long-form narratives.

⚡ All-in-One Hero Field: Powered by the new Campaign Hero field, bringing background media, live progress bars, custom donation amounts, and recurring giving tabs together into a single cohesive block that can be dropped into any layout.

🎨 Automatic Theme Matching: The hero banner and donation widget automatically inherit your campaign theme’s button and accent colors, ensuring your entire presentation stays beautifully on-brand without touching a line of CSS.

Learn more here.