WP Ajax Random Posts

Show your Random posts on sidebar and provide ajax auto refresh function.

Author:QiQiBoY (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:3.0.5
Plugin version:1.0.0
Added to WordPress repository:11-10-2010
Last updated:18-10-2010
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.qiqiboy.com/plugins/wp-ajax-random...
Total downloads:2 635
Active installs:10+
plugin download
Click to start download

Show your random posts on sidebar and provide ajax refresh function.
How to use this plug-in? It’s easy and you have two ways:
1.Go to widgets page to add the widget to your sidebar.
2.use the function <?php WP_Ajax_Random_Posts('number=8&cmtcount=1&excerpt=1&length=100&auto=0&time=60'); ?> to custom the posts display position.
This function accepts six parameters:
number: how many posts display. Type: Integer, default 8
cmtcount: display comments count of the post. Type: Boolean, default 0. 1: yes, 0: no
excerpt: display excerpt of no. Type: Boolean, default 0. 1: yes, 0: no
length: the length of the excerpt. Type: Integer, default 100
auto: auto refresh random psots list or not. Type: Boolean, default 0. 1: yes, 0: no
time: the auto refresh interval(seconds). Type: Integer, default 60
显示一组支持ajax自动刷新的随机文章列表。
如何使用插件呢?很简单,有两种方法:
1.到小工具页面去添加小工具。
2.使用自定义调用函数<?php WP_Ajax_Random_Posts('number=8&cmtcount=1&excerpt=1&length=100&auto=0&time=60'); ?>


ChangeLog