Descrição
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.
Ecrãs
Instalação
- 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]"); ?>
.
Avaliações
Contribuidores e programadores
“Tiny Yardage Calculator” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “Tiny Yardage Calculator” para o seu idioma.
Interessado no desenvolvimento?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Registo de alterações
1.0
- Published plugin