The Army Body Fat Calculator provides users with an accurate estimate of their body fat percentage using the standards of the U.S. Army.
- Download the ZIP file of this repository.
- Upload the /army-body-fat-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Army Body Fat Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_army_body_fat_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_army_body_fat_calculator(); ?>
to your template where you would like the Army Body Fat Calculator to appear.