The tank volume calculator finds the total volume of various tank shapes in gallons, liters, and cubic meters. It calculates the liquid volume of partially filled tanks.
- Download the ZIP file of this repository.
- Upload the /tank-volume-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Tank Volume Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_tank_volume_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_tank_volume_calculator(); ?>
to your template where you would like the Tank Volume Calculator to appear.