The random number generator provides a set of random numbers according to user-specified options such as range, repeat, and sort.
- Download the ZIP file of this repository.
- Upload the /number-generator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Number Generator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_number_generator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_number_generator(); ?>
to your template where you would like the Number Generator to appear.