Adding fractions calculator to add and subtract proper and improper fractions. The calculator performs operations with up to nine given fractions.
- Download the ZIP file of this repository.
- Upload the /adding-fractions-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Adding Fractions Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_adding_fractions_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_adding_fractions_calculator(); ?>
to your template where you would like the Adding Fractions Calculator to appear.