विवरण
ENGLISH
This is a basic calculator that displays the users BMI (Body Mass Index) depending on their Height and Weight
You can select to display the input options as
* Metric (Centimeters and Kilograms)
*Imperial (Inches and Pounds)
It’s easy to configure different options from the wordpress panel
SPANISH
Esta es una calculadora sencilla que muestra el IMC (Indice de Masa Corporal) de los usuarios dependiendo de su Peso y Altura
Puedes seleccionar mostrar el formulario en
*Sistema métrico (Centímetros y Kilogramos)
*Sistema imperial (Pulgadas y Libras)
Fácil de configurar desde el panel de wordpress
स्क्रिनसटहरू
स्थापना
- In admin panel go to Plugins / Add new plugin
- Search and Upload ‘esw_imc_calculator.zip’ file
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Widgets in your WordPress menu
- Add the widget to the sidebar you want
प्रश्नोत्तर
- What formula do you use to calculate the BMI / IMC
-
Is the same formula you can find in Wikipedia
- What languages are avalible?
-
This plugin comes by default with:
*spanish
*englishbut you can add new languages in the “languages” folder
- How to use the Shortcode?
-
Add the following text in your text block: [bmi_calculator]
- How to use the Shortcode with atts?
-
Add the following text in your text block: [bmi_calculator hide_table=true hide_styles=true system_type=”imperial” section_title=”My personal title” ]
- Shortcode Attributes
-
*hide_table (true / false)
*hide_header (true / false)
*hide_styles (true / false)
*hide_footer (true / false)
*system_type (metric / imperial)
*section_title (string)
समीक्षाहरू
योगदानकर्ता र डेभलपरहरू
“BMI / IMC Calculator” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“BMI / IMC Calculator” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
1.1
- Added shortcode function – [bmi_calculator]
1.0.1
- Replaced folder assets with includes
- Added icons for WordPress repository
1.0
- First release of the plugin.