Linux 软件免费装
Banner图

Easy Calculator

开发者 ajanthr
更新时间 2016年1月5日 14:44
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 4.4
版权: GPLv2 or later
版权网址: 版权信息

标签

calculator arithmetic calculate operations

下载

详情介绍:

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.

安装:

  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

屏幕截图:

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

常见问题:

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.