A simple random phrase plugin that can be used anywhere, via PHP or shortcodes.
The plugin can be called via three methods, two are for themes, and the third is for within a post/page's content.
Theme methods:
<?php jqs_random(); ?>
<?php jqs_get_random(); ?>
Both functions take one attribute $options which is an array that may contain any of the following boolean values:
"stripwhitespace" => 0, "addslashes" => 0, "htmlspecialchars" => 0
For inclusion within a post or page, use the new Shortcode;
[jqs-random]
and once again any of the three attributes can be added:
[jqs-random stripwhitespace="0" addslashes="0" htmlspecialchars="0"]
The three attributes are modifiers to the output so that you can always put the data where you want:
Requires: 2.5 or higher
Compatible up to: 2.5
Last Updated: 2008-6-13
Downloads: 200




