Compound interest calculator that uses the interest formula (A = P(1 + r/n)ⁿᵗ) to help users understand the impacts of compound interest and money growth over time.
- Download the ZIP file of this repository.
- Upload the /compound-interest-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Compound Interest Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_compound_interest_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_compound_interest_calculator(); ?>
to your template where you would like the Compound Interest Calculator to appear.