Install Software For Free
Banner图

Easy Calculator

Developer ajanthr
Update Time Jan. 5, 2016, 2:44 p.m.
Donation URL: donation
PHP Version: 3.0.1 +
WordPress Version: 4.4
Copyright: GPLv2 or later
Copyright URL: Copyright Information

Tag

calculator arithmetic calculate operations

Download

Description:

A plug-in to insert a calculator at anywhere in your Wordpress site for easy calculations. This tool will come handy in real estate and subscription websites. You can insert Easy Calculator anywhere in your post or pages with shortcode '[easy_cal]' or in your template with php code 'echo easy_calculator();'. You can also add this calculator in your widget area by dragging and groping the Easy Calculator widget on your widget area.

Installation:

  1. Upload easy_calculator.zip to the /wp-content/plugins/ directory
  2. Extract the zip file (easy_calculator.zip)
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Place shortcode [easy_cal] anywhere in the posts or pages to display the calculator
  5. Place <?php echo easy_calculator(); ?> in your templates to display calculator
  6. You can also add the calculator widget to the sidebar or widget area through the 'Widgets' menu under Appearance Menu in Wordpress

Screenshots:

  • On side bar using widget
  • On a Page using Shortcode
  • Multiple calculators on one page

FAQs:

Can I use multiple calculators in one page?

Yes, you can use as many calculators in a page you need and there won't be any conflicts. You can even add multiple calculators to a page with shortcode, php code or with widget.