Least common denominator calculator, or LCD calculator, determines the lowest common denominator of integers, mixed numbers, and fractions.
- Download the ZIP file of this repository.
- Upload the /lcd-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Least Common Denominator Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_lcd_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_lcd_calculator(); ?>
to your template where you would like the Least Common Denominator Calculator to appear.