Skip to content

Commit

Permalink
calculator changes commit
Browse files Browse the repository at this point in the history
  • Loading branch information
arolus committed Nov 8, 2023
1 parent 33912a4 commit 609d4f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ Not sure when you’re ovulating? Use this free ovulation calculator to estimate
3. Activate the [Ovulation Calculator](https://www.calculator.io/ovulation-calculator/ "Ovulation Calculator Homepage") plugin through the "Plugins" menu in WordPress.

## Usage
* Add the shortcode `[ci_ovulation_calculator]` to your page or post and configure default mortgage parameters.
* If you are using widgets, just add the Ovulation Calculator to the sidebar through the `Appearance -> Widgets -> Ovulation Calculator` menu in WordPress.
* Add the following code: `<?php display_ci_ovulation_calculator(); ?>` to your template where you would like the Ovulation Calculator to appear.
* Add the shortcode `[ci_ovulation_calculator]` to your page, post or sidebar.
* Or add the following code: `<?php display_ci_ovulation_calculator(); ?>` to your template where you would like the Ovulation Calculator to appear.

## Libraries in Use
1. https://mathjs.org/
Expand Down
3 changes: 1 addition & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ Libraries in use:
2. Activate the [Ovulation Calculator](https://www.calculator.io/ovulation-calculator/ "Ovulation Calculator Homepage") plugin through the "Plugins" menu in WordPress.

== Usage ==
* Add the shortcode `[ci_ovulation_calculator]` to your page or post and configure default mortgage parameters.
* If you are using widgets, just add the Ovulation Calculator to the sidebar through the `Appearance -> Widgets -> Ovulation Calculator` menu in WordPress.
* Add the shortcode `[ci_ovulation_calculator]` to your page, post or sidebar.
* Add the following code: `<?php display_ci_ovulation_calculator(); ?>` to your template where you would like the Ovulation Calculator to appear.

== Screenshots ==
Expand Down

0 comments on commit 609d4f9

Please sign in to comment.