Beschreibung
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]"); ?>
.
Rezensionen
Mitwirkende & Entwickler
„Tiny Yardage Calculator“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Tiny Yardage Calculator“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.0
- Published plugin