WordPress Mortgage Calculator Plugin Version 1.1 Released

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(); ?>
This entry was posted in Downloads and tagged . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

9 Comments

  1. Posted January 11, 2010 at 1:28 pm | Permalink

    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!

    • Posted February 9, 2010 at 9:11 pm | Permalink

      Thanks Ben, glad it’s working for you!

  2. Posted January 15, 2010 at 12:53 pm | Permalink

    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…

  3. Barton Wood
    Posted January 20, 2010 at 3:16 pm | Permalink

    Will this Plugin work in CMSs outside of WordPress, like Soholaunch

    • Posted February 9, 2010 at 9:11 pm | Permalink

      No, it’s designed only to work with WordPress.

  4. max
    Posted June 20, 2010 at 11:29 pm | Permalink

    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

    • Posted December 2, 2010 at 12:25 pm | Permalink

      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.

  5. Posted December 23, 2010 at 7:22 pm | Permalink

    Will this Plugin work in CMSs outside of WordPress, like Soholaunch

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting