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 46102db commit 23186f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ This percentage calculator computes the percent of a number, the percentage chan
3. Activate the [Percentage Calculator](https://www.calculator.io/percentage-calculator/ "Percentage Calculator Homepage") plugin through the "Plugins" menu in WordPress.

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

## Libraries in Use
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 [Percentage Calculator](https://www.calculator.io/percentage-calculator/ "Percentage Calculator Homepage") plugin through the "Plugins" menu in WordPress.

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

== Screenshots ==
Expand Down

0 comments on commit 23186f6

Please sign in to comment.