This calorie calculator computes how many calories are required daily to maintain, decrease, or gain weight. Learn about the different types of calories and how they affect you.
- Download the ZIP file of this repository.
- Upload the /calorie-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Calorie Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_calorie_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_calorie_calculator(); ?>
to your template where you would like the Calorie Calculator to appear.