This is simple
Ontario income tax calculator calculates income taxes for residents of Ontario province in Canada for 2021 fiscal year. Latest tax rates can be found
here.
In case somebody needs here are plugin versions for earlier fiscal years:
- 2020 year - there is no plugin for 2020 Ontario income tax
- 2019 year (v2019.2)
- 2018 year (v2018.1)
- 2017 year (v2017.1)
- 2015 year (v2015.1)
- 2014 year (v2014.2)
- 2013 year (v2013.2)
Calculator is very easy customizable: you can change color of background, borders and text to match your web site's theme and change widget title.
- Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation
- 通过 WordPress 的的“Plugins”菜单激活插件
- Go to Appearance -> Widgets and add the widget to your website sidebar
或者
Use [cc_income_tax_on] short code if you want embed the mortgage calculator into a post instead of adding it as a widget on sidebar.
Short code parameters are:
- title (optional) - set calculator's title (default - 'Ontario tax calculator')
- bg_color (optional) - set background color (default - '#ffffff')
- border_color (optional) - set border color (default - '#cccccc')
- text_color (optional) - set text color (default - '#000000")
- dev_credit (optional) - show developer's credit (default - '1')
Example of shortcode usage:
[cc_income_tax_on title='Income tax calculator' bg_color='#eaf4d7' border_color='#94c738']
Use
Color Picker to get hex code of color you need.
Please visit
plugin home page for more detailed installation and setup instructions