Define the monthly payment amount or time period to pay off a loan with a set term or fixed payment with our free payment calculator.
- Download the ZIP file of this repository.
- Upload the /payment-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Payment Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_payment_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_payment_calculator(); ?>
to your template where you would like the Payment Calculator to appear.