Free loan calculator helps determine repayment plans, the interest cost, the amortization schedule of conventional amortized loans, deferred payment loans, and bonds.
- Download the ZIP file of this repository.
- Upload the /loan-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Loan Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_loan_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_loan_calculator(); ?>
to your template where you would like the Loan Calculator to appear.