Add Custom Donation Field With Dynamic Value

Add a new donation field to be displayed in Charitable emails related to donations.

Copy Donation Receipt To Admin

Send the donation receipt to the site admin as well.

Disable Nonce Check For Non Logged In Users

Disables the nonce check for non-logged in donors, usually for those using page caching which causes…

Register New Donation Field For Specific Campaign

Add a new donation field to your site, but only display it in the front-end donation…

Change Accepted Countries Per Campaign

This example shows how to change the accepted countries list on a per-campaign basis.

Set Minimum Donation Amount

Set the minimum donation amount required.

Change State To Province

Change the "State" field into a "Province" field.

Add Read More Link

Add a Read More link to the campaigns in the campaign grid.

Set Campaign Thumbnail Size

Set campaign thumbnails to have the same size.

Set Default Highlight Colour

/** * NOTE: This snippet will not work in versions of Charitable prior to 1.2. *…

New Donation Field Plus Customized Donor Name

This is the full code for a tutorial written on the WP Charitable blog.

Move Campaign Summary Below Content

Move the campaign summary block (funds raised, number of donors, etc) to below the extended description…

Disable Donations After Goal Is Reached

Disables donations to campaigns after they have reached their goal.

paypal

adam holt
<10

parallax

.parallax { background-image: url("http://example.com/wp-content/uploads/2017/08/my-background-image.jpg"); height: 100%; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; margin-left:-410px; margin-right:-410px;…

1 43 44 45 46 47 170