Descripció
Randomize simply displays randomized text. You’re able to deposit text passages, quotes and HTML code in the administration backend by categories. You can use the widget, a shortcode or template tag to show up randomized content on your site.
Ready for translation
Since version 1.4 was released Randomize is ready for translation. Feel free to add or support your language on translate.wordpress.org!
Development Notice
The original author has discontinued the development, so that I decided to continue the free distribution under the new name “Randomize”. It’s based on “Random Text” by pantsonhead.
Captures
Instal·lació
- Upload the zip to your WordPress installation and activate it.
- Switch to “Appearance” -> “Widgets” for using the widget OR embed a shortcode/template tag.
- Manage your entries in “Settings” -> “Randomize”.
Note: During installation, Randomize creates a new table to your WP database to store the entries by category. After setup you should see two sample entries.
By uninstalling the plugin the DB tables will be removed also.
PMF
-
Can I use shortcodes?
-
Yes, you can use…
[randomize]
for all strings, or
[randomize category=’EXAMPLE_CATEGORY’]
for a specific category, or even
[randomize category=’EXAMPLE_CATEGORY’ random=’1′]
for a specific category also, but with randomization instead of rotating. -
You can use something like this, where ‘EXAMPLE_CATEGORY’ is the group you wish to select items from:
<?php randomize('EXAMPLE_CATEGORY'); ?>
-
Can I embed images?
-
You are able to embed images by using the general HTML tag. Maybe you would like to create an own category for images in Randomize.
Ressenyes
Col·laboradors i desenvolupadors
«Randomize» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradors“Randomize” s'ha traduït a 8 configuracions regionals. Gràcies als traductos per les seves aportacions.
Tradueix “Randomize” a la teva llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
v1.4.2 2018-08-01
- Deleted local language files (no longer necessary)
- added a small donation link in admin area
v1.4 2018-04-27
- Internationalized
- added german language file
- requires WordPress 4.6+ now
- requires PHP 5.6+ now
v1.3.1 2018-04-26
- tested with WP 4.9.5
- Updated licence to GPLv3
- Updated assets
- Updated FAQ for PHP template tags
- Updated required PHP version
v1.3 2017-03-05
- Hotfix
v1.1 2016-10-20
- Replaced function “WP_Widget()” with “parent::__construct()”, which is deprecated since version 4.3.0 of WordPress
v1.0 2014-06-03
- Initial release