Home Plugins random post list
random post list logo

random post list

by on WordPress.org

To add random list of submitted posts and one random link with customized link string.

(0)

To add random list of submitted posts and one random link with customized link string.

Usage

To put previous posts list randomly, you shuould just add below string at the place where you want to place it.


And if you want to customize the list, youcan use 5 options


num_limit : default value is “5”
set the maximum number to show in output list.
exclude : default value is “”
set the post ID which you never want to show in output list.
date_limit : default value is “”
set date limit. posts which is later than this date limit never be shown in output list.
the date will be evaluate by strtotime function, so available format for this option is same as strtotime function.
echo : default value is true
If set this value as true then function returns result as output as html, and set as false then function returns result as string.
list : default value is true
If set this value as true then function returns result as list style using ul and li tag,
and set this value as false then function returns result as string devided by \n.

To put one random link with customized title like “feeling lucky!”, you shuould just add below string at the place where you want to place it.


And if you want to customize the list, youcan use 3 options


text : default value is “feeling lucky!”
set text string to show as hyperlink string.
for example in case of default the output is like this feeling lucky!.
exclude : default value is “”
set the post ID which you never want to show in output list.
date_limit : default value is “”
set date limit. posts which is later than this date limit never be shown in output list.
the date will be evaluate by strtotime function, so available format for this option is same as strtotime function.
echo : default value is true
If set this value as true then function returns result as output as html, and set as false then function returns result as string.

Customization

The plug in provides the following CSS classes:

* ul.random-post-link: for rpl_random_lists function (if list is activated)
* li.random-post-link: for rpl_random_lists function (if list is activated)
* a.random-post-link: for rpl_feelinig_lucky function

Contact

Suggestion, fixes, rants, congratulations, gifts et al to help[at]seunze.com

Active installations10+
Weekly downloads
10-9.09%
Version0.2
Last updated2/28/2009
WordPress version2.0
Tested up to2.7.1
Tags
listposts
random post list | Plugin0