The online volume calculator performs calculations for 11 different geometric shapes. The tool supports different units of measurement and demonstrates the solution steps.
- Download the ZIP file of this repository.
- Upload the /volume-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Volume Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_volume_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_volume_calculator(); ?>
to your template where you would like the Volume Calculator to appear.