Free BMR calculator uses well-known algorithms to calculate the basal metabolic rate. Also, find out more about the factors that influence BMR.
- Download the ZIP file of this repository.
- Upload the /bmr-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the BMR Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_bmr_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_bmr_calculator(); ?>
to your template where you would like the BMR Calculator to appear.