With our free period calculator, you can find out more about your menstrual cycle and accurately predict when your next period will be.
- Download the ZIP file of this repository.
- Upload the /period-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Period Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_period_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_period_calculator(); ?>
to your template where you would like the Period Calculator to appear.