Tiny Yardage Calculator Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin 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.
By default, the calculator is for rectangular areas. 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. You can also round to two decimal places (hundredths) by adding a parameter to the shortcode, like this:
[yardagecalc rounding="hundredths"]
I’ve also included calculations for circular and right triangular areas– just modify the shortcode like this:
CIRCLE
[yardagecalc type="circle"]
TRIANGLE
[yardagecalc type="triangle"]
The calculator has no dependencies, adds ✨nothing✨ to your WordPress dashboard, and is style agnostic.
Screenshots
-
How to add the calculator to any page using the shortcode
[yardagecalc]
-
How the calculator appears when you add it to a page with no custom css styling. It will fit whatever CSS styles you use, so by default it should fit in with your theme.