A Random Number

A Random Number Install Statistics

11
100%
Today: 11 Yesterday: 0 All-time: 10,394 downloads
A Random Number Icon

Try plugin: A Random Number

We'll create fresh WordPress site with A Random Number installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About A Random Number

A WordPress plugin that displays a random number on each page load via shortcode. It truly is magic.

4


0


0


0


0

updated: 5 years ago
since: 8 years ago
author: Macardam

Description

The shortcode [arandomnumber] can be added to any post, page, or widget as many times as needed to display a random number. The number has a default range of 1 – 100, but can be changed using the min and max attributes, like so:

[arandomnumber min=1 max=10000]: This will output a random number between 1 and 10,000. (Like this: 8,014)
[arandomnumber min=-500 max=-1]: This will output a random number between -500 and -1. (Like this: -232)
[arandomnumber min=50000000 max=60000000]: This will output a random number between 50,000,000 and 60,000,000. (Like this: 56,449,060)

etc.

If you wish to disable commas, use the comma=no attribute, like so: [arandomnumber min=100000 max=999999 comma=no]. This will output a random number within the range without the commas, like this: 456245.

For full documentation, see the plugin’s page: https://www.macardam.com/a-random-number/