This free online tool converts common length, temperature, area, volume, weight, and time units.
- Download the ZIP file of this repository.
- Upload the /unit-converter-master/ folder to the /wp-content/plugins/ directory.
- Activate the Unit Converter plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_unit_converter]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_unit_converter(); ?>
to your template where you would like the Unit Converter to appear.