开发者 | bryanmonzon |
---|---|
更新时间 | 2014年11月20日 07:42 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 4.0 |
archive-campaigns.php
and single-campaigns.php
template to customize.
Sample Form
Download a sample donation form to use on your Donation page. (It's a zipped XML export from Gravity Forms). Download it, log into your site and navigate to Forms > Import/Export. Select 'Import' and choose the recently downloaded file.
/wp-content/plugins/
directorycid
as that value.sYes. However, I'd like to integrate with other form plugins like Ninja Forms in the future.
Yes. You need a developer license to use the addons by Gravity Forms.
Technically, yes. You need user registration and you can configure it but it's not really set up for that yet.
No. This is not a shopping cart. It's just a simple way to have campaigns on your site.
s_camps_get_total_raised();
to get total of all campaigns
NEW: Shortcode to display [total_raised]
NEW: Function s_camps_get_total_number_campaigns();
that returns total number of campaigns
NEW" Shortcode to display the [total_campaigns]
(the number of active/published campaigns )
1.0.6: September 28, 2014
NEW: Ability to pass campaign title to a hidden field.
1.0.5: September 15, 2014
FIX: Version number issues
FIX: Clarified some code comments
1.0.4: September 15, 2014
FIX: Output '$0' if no money has been raised
1.0.2: September 14, 2014
NEW: Some nice functions to get campaign data
1.0.1: September 10, 2014
NEW: a filter for changing the HTML content on the form
1.0: September 9, 2014
Initial launch