Free Mortgage Calculator Installation

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(); ?>