Estimate the right amount of concrete for home improvement projects. Concrete calculators do the math to figure out how many bags of mix to buy for driveway slabs, deck footings, stairs, and DIY projects.
- Download the ZIP file of this repository.
- Upload the /concrete-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Concrete Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_concrete_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_concrete_calculator(); ?>
to your template where you would like the Concrete Calculator to appear.