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!
Get it here: http://www.mortgagecalculatorplugin.com/download-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(); ?>


9 Comments
Came across your plugin and just installed on a client’s site! Looks great, changed the CSS a little and added a div around the list, great work!
Thanks Ben, glad it’s working for you!
Looks good. I would add drop default values though for each like $250,000, 6.50% and 30 Years… this can help with conversion in terms of getting people to use it…
Will this Plugin work in CMSs outside of WordPress, like Soholaunch
No, it’s designed only to work with WordPress.
doesnt work!!
result:
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\MortgageExpress\wp-settings.php on line 646
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\MortgageExpress\wp-settings.php on line 661
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\MortgageExpress\wp-settings.php on line 668
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\MortgageExpress\wp-settings.php on line 675
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\MortgageExpress\wp-settings.php on line 711
Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\wamp\www\MortgageExpress\wp-settings.php on line 18
Does work. You’re running PHP > 5 and so you’re going to get this notice because the functions mentioned are for PHP4 but will also run in PHP5+.
But it’s a notice, not an error…you need to change your PHP INI settings to prevent notices from being displayed.
Will this Plugin work in CMSs outside of WordPress, like Soholaunch
It’s only designed for WordPress.