Simple Updates lets you easily share important information about your campaign’s progress, express gratitude to your supporters, provide transparency about how funds are being utilized, and keep everyone informed about developments related to your cause.
These updates appear directly on your campaign page, ensuring that both existing donors and potential contributors can stay informed about your mission’s impact.
This guide shows you how to use Simple Updates in your Charitable campaigns.
Requisitos previos
- Charitable Pro plugin installed and activated on your WordPress site
- Simple Updates is included in all Charitable Pro plans. You need to be on the Basic plan or higher.
In This Guide
Step 1: Adding the Simple Updates Block
First, open Charitable in your WordPress dashboard and create a campaign »
Inside the campaign builder, you’ll see a preview of your campaign on the right, along with a menu of blocks on the left.
Choose the Updates block and drag and drop it into your campaign where you would like it to appear.

Hit the Save button at the top right corner of the screen.
Step 2: Adding Your Message
From the menu on the left, open the Settings tab. You’ll see a list of sub-tabs, including General Settings, Donation Options, and Geolocation.
Open the Simple Updates tab. Here, there’s a text box where you can enter your message.

Simple Updates provides a rich text editor that allows you to format your messages with:
- Bold text for emphasis
- Italic text for stylistic emphasis
- Underlined text for highlighting
- Bullet points for organizing information
- URL links to direct supporters to relevant resources or additional information
This formatting flexibility ensures your updates are visually appealing and easy to read, helping you communicate effectively with your donors and supporters.
When you’re done, hit the Save button at the top.
Now visit your live campaign and you’ll see the update appear there.
Display updates with a shortcode
You can also add the Updates to any content area using the [campaign_updates] shortcode. In this example, we have added a shortcode block to the campaign:

When you click on the block, the Layout Options tab will open for the shortcode block. You can add a headline, the shortcode, and any CSS Class if you’d like.

You can also add a campaign ID to the shortcode as a parameter, which allows you to display a specific campaign’s updates. This is useful when displaying the updates on a separate page or post. For example:
You can also add campaign specific IDs to your simple updates if you’re adding it anywhere else on your site:
[campaign_updates campaign_id=16]
You can find the ID of your campaign by looking at the URL of the page where you edit it.
https://demosite.com/wp-admin/?page=charitable-campaign-builder&campaign_id=16.
The campaign ID is also available in the Charitable » Campaigns tab. Hover your cursor over the campaign name and the ID will appear.

Integrate it with a PHP function
If you’re comfortable writing a little PHP, you can integrate updates with a simple PHP function.
$campaign_id = 11; charitable_simple_updates_template_campaign_updates( 11 );
This function will display the updates — you do not need to use echo or print to render them.
FAQs on Simple Updates
¿Necesito instalar algún plugin adicional para aceptar donaciones?
No! Charitable’s Simple Updates work right out of the box. No additional plugins required.
Can I add updates to the campaign after it’s published?
Yes! You can edit campaign updates at any time. Changes are saved when you click the Save button.
I made changes to the settings, but they’re not showing up. What should I do?
Haz siempre clic en "Guardar Cambios" despu ilde{n}s de realizar cualquier modificaci ilde{³}n. Si los cambios a ilde{1}n no aparecen, intenta borrar la cach ilde{n} de tu sitio web si est ilde{1}s usando un plugin de cach ilde{n}.
ilde{1}Puedo personalizar la apariencia de mis formularios de donaci ilde{³}n?
Yes. You can customize colors, form templates (standard or minimal), and field display options. For more advanced customization, check the documentation for custom CSS and code snippets.
¿Cuál es la diferencia entre Charitable Lite y Pro?
Charitable Lite es gratuito pero incluye una comisi ilde{³}n de transacci ilde{³}n del 3%. Los planes Pro eliminan esta comisi ilde{³}n e incluyen funciones avanzadas como donaciones recurrentes, gesti ilde{³}n de donantes, recaudaci ilde{³}n de fondos de persona a persona y m ilde{1}s pasarelas de pago.
¿Dónde puedo obtener ayuda si tengo problemas?
- Usuarios gratuitos: Utiliza los foros de soporte de WordPress.org
- Usuarios Pro: Ponte en contacto directamente con el soporte para recibir asistencia prioritaria
- Documentación: Consulta la completa biblioteca de documentación
- Comunidad: Únete al boletín y sigue los canales sociales para obtener consejos y actualizaciones
¿Hay tutoriales en vídeo disponibles?
¡Sí! Suscríbete al canal de YouTube de Charitable para obtener tutoriales paso a paso e historias de éxito.
Are in need of support? Have a question? If you are a lite/free user of Charitable, you can reach out to our team on the WordPress.org support forums and our team will respond in a timely fashion. If you have an active license, feel free to reach out us directly for priority support.


