Today’s the day! I’ve finally released version 1.1 of the WordPress Mortgage Calculator Plugin…that’s right…it’s no longer in beta!
Download Link: WordPress Mortgage Calculator Plugin.
And feel free to tell me what you think in the comments!
Installation:
1. Upload `mortgage-calculator` directory to the `/wp-content/plugins` directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. Place the following code where you want the calculator to appear on your site.
<?php wp_mortgage_calculator(); ?>
4. This plugin is can also be activated as a widget in WordPress’ widgets screen.
5. I tried to wrap all elements in their own IDs or classes so that you can have full control over the styling of the calculator if you’re comfortable with CSS.
== Frequently Asked Questions ==
= Can this plugin be used as a widget? =
Yes. You can activate this plugin as a sidebar widget.
= Does this plugin have to be used as a widget? =
No. You can add the following anywhere in your theme you want the calculator to show up:
<?php wp_mortgage_calculator(); ?>
Free Mortgage Calculator – Version 1.2 Released
I’ve updated the calculator to version 1.2. The only minor fix was that the closing costs were not being added to the loan amount in the Detailed Payment calculator.
Download WordPress Mortgage Calculator Version 1.2