OXSN Randomize Wordpress Plugin - Rating, Reviews, Demo & Download

OXSN Randomize Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

With the use of two shortcodes you are able to randomize content on your page every time you refresh the page.

Wrap

[oxsn_randomize_wrap class=””][/oxsn_randomize_wrap]

The first step is to wrap the content you want to randomize. This tells the next shortcode what to contain the random objects within.

Item

[oxsn_randomize_item class=””][/oxsn_randomize_item]

The next step is to wrap the specific items you want to randomize.

Example

[oxsn_randomize_wrap class=””]

    <ul>

        [oxsn_randomize_item class=””]

            <li>Item One</li>

        [/oxsn_randomize_item]

        [oxsn_randomize_item class=””]

            <li>Item Two</li>

        [/oxsn_randomize_item]

        [oxsn_randomize_item class=””]

            <li>Item Three</li>

        [/oxsn_randomize_item]

    </ul>

[/oxsn_randomize_wrap]

The example above will put the list in a random order everytime the page is refreshed. So it may display as Item One, Item Two, Item Three. Or it may display as Item Two, Item One, Item Three. Or maybe even Item One, Item Three, Item Two, and so on.

Screenshots

No screenshots provided


Reviews & Comments