Description
A simple form to calculate how many yards of material (such as bark mulch, soil, concrete, gravel, etc) are needed to cover square feet to a given depth in inches.
User enters length and width in feet and depth in inches; the calculator returns yards of material needed, rounded up to the nearest whole number.
The calculator has no dependencies and no options in the admin panel, and is style agnostic.
Screenshots
Installation
- Upload the plugin files to the ‘/wp-content/plugins/’ directory, or install the plugin through the WordPress plugins screen.
- Activate the plugin.
- Use the shortcode [yardagecalc] to add the calculator wherever you want it. Alternatively, you could also include the form in a page template with
<?php echo do_shortcode("[yardagecalc]"); ?>
.
Reviews
Contributors & Developers
“Tiny Yardage Calculator” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Tiny Yardage Calculator” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Published plugin