The percent to fraction calculator converts the given percentages into fractions. If the percent value exceeds 100, the calculator performs percent to mixed number conversion.
- Download the ZIP file of this repository.
- Upload the /percent-to-fraction-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Percent to Fraction Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_percent_to_fraction_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_percent_to_fraction_calculator(); ?>
to your template where you would like the Percent to Fraction Calculator to appear.