Changeset 949245
- Timestamp:
- 07/16/2014 01:40:16 AM (12 years ago)
- Location:
- healthy-bmi-calculator
- Files:
-
- 4 added
- 1 edited
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
healthy-bmi-calculator/trunk/readme.txt
r948093 r949245 2 2 3 3 Contributors: ourvalley 4 Author URI: http://ourvalley.ca 4 5 Tags: widget, shortcode, health 5 6 Stable tag: trunk 6 7 Requires at least: 3.5 7 8 Tested up to: 3.9 8 License: GPL2 9 License: GPLv2 or later 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 11 10 Adds a shortcode and widget that will display a BMI Calculator on your site.12 Adds a shortcode and widget that will display a simple BMI Calculator on your site. Works with both metric and US style measurements. 11 13 12 == Long Description == 13 You can calculate in either metric or US style measurements. 14 == Description == 15 16 This is a very simple plugin which requires almost no configuration. 17 18 All you need to do is go to the Appearence then Widgets area in the Admin Dashboard. 19 Once you are there drag the BMI Calculator widget onto the widget area you would like it added to. 20 21 The only two settings are the title and the color. The color is the hex color you would like the results background to be. 22 14 23 A lot of the code was adapted from 15 http://codereview.stackexchange.com/questions/21581/calculating-body-mass-index-bmi 16 24 [Stack Exchange Thread](http://codereview.stackexchange.com/questions/21581/calculating-body-mass-index-bmi "Inspiration Code") 17 25 18 26 == Installation == 27 19 28 Install from the WordPress plugin page in the admin dashboard. Search for Healthy BMI Calculator. 29 Or you can download the zip file and upload it while on the add new plugin page. 30 31 Then you just need to either add the widget or the shortcode to where you would like it on your site. 20 32 21 33 == Frequently Asked Questions == 34 22 35 1. Can I have more than one calculator per page? 23 No maybe in a future upgrade.36 **No maybe in a future upgrade.** 24 37 2. What shortcode do I use? 25 [sm_bmi_calculator] 38 **[sm_bmi_calculator]** 39 40 == Screenshots == 41 42 1. Fill in widget settings 43 2. Example front end look 44 3. Front end with results 45 4. Adding shortcode to post
Note: See TracChangeset
for help on using the changeset viewer.